Skip to content

Commit 3edc31d

Browse files
committed
feature(package) npm-run-all -> redrun
1 parent 4a26ecd commit 3edc31d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"scripts": {
1212
"jscs": "jscs --esnext lib test",
1313
"jshint": "jshint lib test",
14-
"codestyle": "npm-run-all jshint jscs",
14+
"codestyle": "redrun jshint jscs",
1515
"test": "tape test/*.js",
1616
"coverage": "nyc npm test",
1717
"report": "nyc report --reporter=text-lcov | coveralls"
@@ -32,8 +32,8 @@
3232
"coveralls": "^2.11.6",
3333
"jscs": "~3.0.3",
3434
"jshint": "^2.8.0",
35-
"npm-run-all": "^1.4.0",
3635
"nyc": "^6.1.1",
36+
"redrun": "^3.0.0",
3737
"tape": "^4.2.2"
3838
}
3939
}

0 commit comments

Comments
 (0)