Skip to content

Commit

Permalink
Update npm-run-all to the latest version 馃殌 (#5)
Browse files Browse the repository at this point in the history
* chore(package): update npm-run-all to version 4.0.1

https://greenkeeper.io/

* updated teh way npm run all was used
  • Loading branch information
greenkeeper[bot] authored and kellyrmilligan committed Jan 20, 2017
1 parent 522bc66 commit c8063a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"url": "https://github.com/kellyrmilligan/hapi-react-redux.git"
},
"scripts": {
"build": "npm-run-all clean standard babel",
"build": "npm-run-all -l --silent clean standard babel",
"babel": "babel src -d . -D -s",
"babel:watch": "babel src -d . -w -D -s",
"clean": "rimraf ./plugin ./fixtures",
"dev": "npm-run-all clean --parallel babel:watch standard:watch",
"prepublish": "npm run test && npm run build",
"dev": "npm-run-all -l --silent clean -p babel:watch standard:watch",
"prepublish": "npm-run-all -l --silent test build",
"standard": "standard --fix --verbose | snazzy",
"standard:watch": "onchange -i 'src/**/*.js' -- npm run standard",
"test": "cross-env NODE_ENV=test jest",
Expand Down Expand Up @@ -85,7 +85,7 @@
"hapi": "^16.0.1",
"jest": "^18.0.0",
"nodemon": "^1.9.0",
"npm-run-all": "^3.1.2",
"npm-run-all": "^4.0.1",
"onchange": "^3.2.0",
"react": "^15.3.0",
"react-dom": "^15.3.0",
Expand Down

0 comments on commit c8063a5

Please sign in to comment.