Skip to content
This repository was archived by the owner on Feb 25, 2018. It is now read-only.

Commit 31f12eb

Browse files
committed
More reliable bower install postinstall.
This makes the bower i work on Mac, Win.
1 parent b8d195f commit 31f12eb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,21 @@
3030
},
3131
"scripts": {
3232
"test": "grunt test",
33-
"postinstall": "node ./node_modules/bower/bin/bower install"
33+
"postinstall": "bower install"
3434
},
3535
"devDependencies": {
3636
"grunt-contrib-jshint": "~0.6.0",
3737
"grunt-contrib-clean": "~0.4.0",
3838
"grunt-contrib-nodeunit": "~0.2.0",
39-
"grunt": "~0.4.1"
39+
"grunt": "~0.4.5"
4040
},
4141
"dependencies": {
42-
"bower": "~1.0.3",
42+
"bower": "~1.3.3",
4343
"temporary": "0.0.7"
4444
},
4545
"peerDependencies": {
4646
"phantomjs": "~1.9.2-2",
47-
"grunt": "~0.4.1"
47+
"grunt": "~0.4.5"
4848
},
4949
"keywords": [
5050
"gruntplugin",

0 commit comments

Comments
 (0)