Skip to content

Commit 2e6ca4f

Browse files
committed
Use myself
1 parent 2bab2a6 commit 2e6ca4f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@
1616
"build": "eslint src && babel src --out-dir lib",
1717
"lint": "eslint src && eslint test",
1818
"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",
2020
"testing:babel": "babel src --out-dir lib --watch --source-maps-inline",
2121
"testing:mocha": "mocha test/*.js --compilers js:espower-babel/guess --timeout 10000 --watch --colors",
22+
2223
"test-task:env-check": "node test/tasks/env-check.js",
2324
"test-task:append-a": "node test/tasks/append.js a",
2425
"test-task:append-b": "node test/tasks/append.js b",
@@ -51,8 +52,8 @@
5152
"eslint": "^0.17.1",
5253
"espower-babel": "^1.4.0",
5354
"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"
5657
},
5758
"dependencies": {
5859
"minimist": "^1.1.1"

0 commit comments

Comments
 (0)