Skip to content
This repository has been archived by the owner on Feb 10, 2019. It is now read-only.

Commit

Permalink
explicitly install grunt-browserify
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Hamilton committed Nov 10, 2012
1 parent 217c0d5 commit 89a230a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"grunt-browserify": "~0.1.x",
"grunt": "~0.4.x",
"grunt": "~0.3.x",
"traverse": "~0.6.x",
"browserify": "~1.15.x",
"eventemitter2": "~0.4.x",
Expand All @@ -37,7 +37,7 @@
"testling": "~0.2.x"
},
"scripts": {
"postinstall": "grunt install",
"postinstall": "npm install grunt-browserify;grunt install",
"test": "grunt test"
},
"engines": {
Expand Down

0 comments on commit 89a230a

Please sign in to comment.