Skip to content

Commit

Permalink
Use myself
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Mar 24, 2015
1 parent 2bab2a6 commit 2e6ca4f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
"build": "eslint src && babel src --out-dir lib",
"lint": "eslint src && eslint test",
"test": "npm run build && mocha test/*.js --compilers js:espower-babel/guess --timeout 10000",
"testing": "run-all \"npm run testing:babel\" \"npm run testing:mocha\"",
"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 Expand Up @@ -51,8 +52,8 @@
"eslint": "^0.17.1",
"espower-babel": "^1.4.0",
"mocha": "^2.2.1",
"power-assert": "^0.10.2",
"run-all": "^1.0.1"
"npm-run-all": "1.0.0",
"power-assert": "^0.10.2"
},
"dependencies": {
"minimist": "^1.1.1"
Expand Down

0 comments on commit 2e6ca4f

Please sign in to comment.