Skip to content

Commit

Permalink
feature(package) npm-run-all -> redrun
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed May 11, 2016
1 parent 7eb3b7a commit 69f43f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"jscs": "^3.0.3",
"jshint": "^2.8.0",
"mkdirp": "^0.5.1",
"npm-run-all": "^1.4.0",
"nyc": "^6.1.1",
"redrun": "^3.0.0",
"rimraf": "^2.4.4",
"tape": "^4.2.0"
},
Expand All @@ -28,7 +28,7 @@
"report": "nyc report --reporter=text-lcov | coveralls",
"jscs": "jscs --esnext lib test",
"jshint": "jshint lib test",
"codestyle": "npm-run-all jshint jscs"
"codestyle": "redrun jshint jscs"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 69f43f1

Please sign in to comment.