We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6ca4f commit 86b77b2Copy full SHA for 86b77b2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "npm-run-all",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "A CLI tool to run multiple npm-scripts on sequential or parallel.",
5
"main": "lib/index.js",
6
"bin": {
@@ -19,7 +19,6 @@
19
"testing": "npm-run-all --parallel testing:babel testing:mocha",
20
"testing:babel": "babel src --out-dir lib --watch --source-maps-inline",
21
"testing:mocha": "mocha test/*.js --compilers js:espower-babel/guess --timeout 10000 --watch --colors",
22
-
23
"test-task:env-check": "node test/tasks/env-check.js",
24
"test-task:append-a": "node test/tasks/append.js a",
25
"test-task:append-b": "node test/tasks/append.js b",
0 commit comments