File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 16
16
"build" : " eslint src && babel src --out-dir lib" ,
17
17
"lint" : " eslint src && eslint test" ,
18
18
"test" : " npm run build && mocha test/*.js --compilers js:espower-babel/guess --timeout 10000" ,
19
- "testing" : " run-all \" npm run testing:babel\" \" npm run testing:mocha\" " ,
19
+ "testing" : " npm- run-all --parallel testing:babel testing:mocha" ,
20
20
"testing:babel" : " babel src --out-dir lib --watch --source-maps-inline" ,
21
21
"testing:mocha" : " mocha test/*.js --compilers js:espower-babel/guess --timeout 10000 --watch --colors" ,
22
+
22
23
"test-task:env-check" : " node test/tasks/env-check.js" ,
23
24
"test-task:append-a" : " node test/tasks/append.js a" ,
24
25
"test-task:append-b" : " node test/tasks/append.js b" ,
51
52
"eslint" : " ^0.17.1" ,
52
53
"espower-babel" : " ^1.4.0" ,
53
54
"mocha" : " ^2.2.1" ,
54
- "power-assert " : " ^0.10.2 " ,
55
- "run-all " : " ^1.0.1 "
55
+ "npm-run-all " : " 1.0.0 " ,
56
+ "power-assert " : " ^0.10.2 "
56
57
},
57
58
"dependencies" : {
58
59
"minimist" : " ^1.1.1"
You can’t perform that action at this time.
0 commit comments