Skip to content

Commit 83f7613

Browse files
committed
🔖 Bump version to 1.3.1
1 parent d7e2623 commit 83f7613

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "are-you-es5",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"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.",
55
"main": "dist/index.js",
66
"repository": "https://github.com/obahareth/are-you-es5.git",

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { ModulesChecker } from './modules-checker'
77
import IModuleCheckerConfig from './types/module-checker-config'
88

99
program
10-
.version('1.3.0')
10+
.version('1.3.1')
1111
.command('check <path>')
1212
.description(
1313
'Checks if all node_modules (including monorepos) at <path> are ES5'

0 commit comments

Comments
 (0)