File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-parallel" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 1.1 .0" ,
4
4
"main" : " lib/linter.js" ,
5
5
"description" : " Tiny eslint wrapper to allow executing javascript linting in parallel." ,
6
6
"author" : " Alan Souza" ,
15
15
"eslint-parallel" : " ./lib/cli.js"
16
16
},
17
17
"dependencies" : {
18
- "babel-core" : " ^6.20 .0" ,
18
+ "babel-core" : " ^6.26 .0" ,
19
19
"chalk" : " ^1.1.3" ,
20
- "eslint" : " ^5.0 .0" ,
20
+ "eslint" : " ^6.1 .0" ,
21
21
"text-table" : " ^0.2.0"
22
22
},
23
23
"devDependencies" : {
24
- "babel-cli" : " ^6.11.4 " ,
25
- "babel-eslint" : " ^6.1.2 " ,
24
+ "babel-cli" : " ^6.26.0 " ,
25
+ "babel-eslint" : " ^10.0.3 " ,
26
26
"babel-preset-es2015" : " ^6.9.0"
27
27
},
28
28
"peerDependencies" : {
29
- "eslint" : " >=5.0 .0"
29
+ "eslint" : " >=6.1 .0"
30
30
},
31
31
"scripts" : {
32
+ "postinstall" : " node_modules/.bin/babel src --out-dir lib --copy-files --loose-mode" ,
32
33
"build" : " node_modules/.bin/babel src --out-dir lib --copy-files --loose-mode" ,
33
34
"prepublishOnly" : " npm run build"
34
35
}
You can’t perform that action at this time.
0 commit comments