Skip to content

Commit 87a7e7e

Browse files
chalinvsavkin
authored andcommitted
chore(install): cleanup
- `package.json`: explicit path to `node_modules/.bin` isn't needed since npm prepends it to `PATH`. See [nmp scripts doc](https://docs.npmjs.com/misc/scripts#path). - `.bowerrc`: [Bower's default directory](http://bower.io/docs/config/#directory) is 'bower_components', hence no need to explicitly set it to this value.
1 parent 6fe294f commit 87a7e7e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.bowerrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"scripts": {
2323
"test": "echo \"Error: no test specified\" && exit 1",
24-
"postinstall": "./node_modules/.bin/bower install"
24+
"postinstall": "bower install"
2525
},
2626
"dependencies": {
2727
"es6-module-loader": "^0.9.2",

0 commit comments

Comments
 (0)