Skip to content

Commit 86b77b2

Browse files
committed
1.0.1
1 parent 2e6ca4f commit 86b77b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-run-all",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A CLI tool to run multiple npm-scripts on sequential or parallel.",
55
"main": "lib/index.js",
66
"bin": {
@@ -19,7 +19,6 @@
1919
"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-
2322
"test-task:env-check": "node test/tasks/env-check.js",
2423
"test-task:append-a": "node test/tasks/append.js a",
2524
"test-task:append-b": "node test/tasks/append.js b",

0 commit comments

Comments
 (0)