Skip to content

Commit b4b301a

Browse files
committed
Do not run bower after install automatically
This should be an user action, not something automatically run on install. We're using ui-select in a browserify project, and we don't need/have bower installed. Furthermore it pollutes the development folder with an unused bower_components.
1 parent 2d1422d commit b4b301a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"karma-coverage": "~0.2"
3434
},
3535
"scripts": {
36-
"postinstall": "bower install",
3736
"test": "gulp test"
3837
},
3938
"license": "MIT"

0 commit comments

Comments
 (0)