Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Mar 24, 2015
1 parent 2e6ca4f commit 86b77b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npm-run-all",
"version": "1.0.0",
"version": "1.0.1",
"description": "A CLI tool to run multiple npm-scripts on sequential or parallel.",
"main": "lib/index.js",
"bin": {
Expand All @@ -19,7 +19,6 @@
"testing": "npm-run-all --parallel testing:babel testing:mocha",
"testing:babel": "babel src --out-dir lib --watch --source-maps-inline",
"testing:mocha": "mocha test/*.js --compilers js:espower-babel/guess --timeout 10000 --watch --colors",

"test-task:env-check": "node test/tasks/env-check.js",
"test-task:append-a": "node test/tasks/append.js a",
"test-task:append-b": "node test/tasks/append.js b",
Expand Down

0 comments on commit 86b77b2

Please sign in to comment.