We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7e2623 commit 83f7613Copy full SHA for 83f7613
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "are-you-es5",
3
- "version": "1.3.0",
+ "version": "1.3.1",
4
"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.",
5
"main": "dist/index.js",
6
"repository": "https://github.com/obahareth/are-you-es5.git",
src/index.ts
@@ -7,7 +7,7 @@ import { ModulesChecker } from './modules-checker'
7
import IModuleCheckerConfig from './types/module-checker-config'
8
9
program
10
- .version('1.3.0')
+ .version('1.3.1')
11
.command('check <path>')
12
.description(
13
'Checks if all node_modules (including monorepos) at <path> are ES5'
0 commit comments