Skip to content

Commit

Permalink
Fixed npm bower install script
Browse files Browse the repository at this point in the history
  • Loading branch information
h01memo authored and stouffers committed Mar 6, 2017
1 parent e308b4c commit a0c584b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/package.json
Expand Up @@ -21,6 +21,6 @@
"pixrem": "^3.0.2"
},
"scripts": {
"postinstall": "bower install && grunt"
"postinstall": "bower update && grunt"
}
}

0 comments on commit a0c584b

Please sign in to comment.