Skip to content

Commit

Permalink
🔖 Bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
obahareth committed Jul 5, 2019
1 parent c8bfcb6 commit d79d4d1
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.2.0",
"version": "1.2.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.2.0')
.version('1.2.1')
.command('check <path>')
.description(
'Checks if all node_modules (direct dependencies only) at <path> are ES5'
Expand Down

0 comments on commit d79d4d1

Please sign in to comment.