From 2e6ca4f190fc6d87c958d4bc2cf5e7f2e08f6787 Mon Sep 17 00:00:00 2001 From: Toru Nagashima Date: Tue, 24 Mar 2015 10:03:10 +0900 Subject: [PATCH] Use myself --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 093dc68..fd24cd6 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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"