Skip to content

Commit

Permalink
Remove inline bower config
Browse files Browse the repository at this point in the history
Now in .bowerrc
  • Loading branch information
Ilya Radchenko committed Jan 23, 2015
1 parent 4d27b0f commit a2c24ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"pattern": "lib",
"data-cover-never": "node_modules"
},
"postinstall": "bower install --config.interactive=false --allow-root && npm run build",
"postinstall": "bower install --allow-root && npm run build",
"pre": "mkdirp dist/scripts dist/styles",
"styles": "lessc client/styles/strider.less > dist/styles/styles.css",
"styles-debug": "lessc --source-map client/styles/strider.less dist/styles/styles.css",
Expand Down

0 comments on commit a2c24ae

Please sign in to comment.