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 920f227 commit a7df420
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"test": "tape test/*.js",
"jscs": "jscs --esnext src test",
"jshint": "jshint src test",
"codestyle": "npm-run-all jshint jscs",
"build": "npm-run-all clean 6to5 bundle bundle:es6 minify",
"codestyle": "redrun jshint jscs",
"build": "redrun clean 6to5 bundle bundle:es6 minify",
"minify": "minify dist/nessy.js > dist/nessy.min.js",
"6to5": "babel -d lib src",
"wisdom": "npm run build",
Expand Down Expand Up @@ -46,8 +46,8 @@
"jscs": "^3.0.1",
"jshint": "^2.8.0",
"minify": "^2.0.4",
"npm-run-all": "^1.2.12",
"nyc": "^6.1.1",
"redrun": "^3.0.0",
"rimraf": "^2.4.3",
"tape": "^4.2.0"
},
Expand Down

0 comments on commit a7df420

Please sign in to comment.