We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a26ecd commit 3edc31dCopy full SHA for 3edc31d
1 file changed
package.json
@@ -11,7 +11,7 @@
11
"scripts": {
12
"jscs": "jscs --esnext lib test",
13
"jshint": "jshint lib test",
14
- "codestyle": "npm-run-all jshint jscs",
+ "codestyle": "redrun jshint jscs",
15
"test": "tape test/*.js",
16
"coverage": "nyc npm test",
17
"report": "nyc report --reporter=text-lcov | coveralls"
@@ -32,8 +32,8 @@
32
"coveralls": "^2.11.6",
33
"jscs": "~3.0.3",
34
"jshint": "^2.8.0",
35
- "npm-run-all": "^1.4.0",
36
"nyc": "^6.1.1",
+ "redrun": "^3.0.0",
37
"tape": "^4.2.2"
38
}
39
0 commit comments