Skip to content

Commit

Permalink
🔖 Bump version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
obahareth committed Aug 11, 2019
1 parent d7e2623 commit 83f7613
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "are-you-es5",
"version": "1.3.0",
"version": "1.3.1",
"description": "A package to help you find out which of your `node_modules` aren't ES5 so you can add them to your transpilation steps.",
"main": "dist/index.js",
"repository": "https://github.com/obahareth/are-you-es5.git",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { ModulesChecker } from './modules-checker'
import IModuleCheckerConfig from './types/module-checker-config'

program
.version('1.3.0')
.version('1.3.1')
.command('check <path>')
.description(
'Checks if all node_modules (including monorepos) at <path> are ES5'
Expand Down

0 comments on commit 83f7613

Please sign in to comment.