summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-03-25 20:52:30 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-03-25 20:52:30 +0100
commit6e1386093d40901732a60f65a10971c1d91494ed (patch)
tree93a4e06194877105e1ccfed11e23f814a1a242da
parentd5f316a1089fc0ffaa4b92a8369eb407d9a0638c (diff)
add npm update for updating
-rw-r--r--js/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/package.json b/js/package.json
index 96b0ca7e0..238e5d26e 100644
--- a/js/package.json
+++ b/js/package.json
@@ -4,7 +4,7 @@
"main": "build/app.min.js",
"scripts": {
"test": "node node_modules/gulp-cli/bin/gulp.js karma",
- "prebuild": "npm install && node_modules/bower/bin/bower install && node_modules/bower/bin/bower update",
+ "prebuild": "npm install && npm update && node_modules/bower/bin/bower install && node_modules/bower/bin/bower update",
"build": "node node_modules/gulp-cli/bin/gulp.js"
},
"repository": {