Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
install module before download
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslawpluta committed Jan 23, 2016
1 parent f27c45a commit f3e0ac7
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 @@ -21,7 +21,7 @@
"lib": "./lib"
},
"scripts": {
"preinstall": "node ./scripts/download.js",
"preinstall": "npm install request; node ./scripts/download.js",
"preupdate": "node ./scripts/download.js",
"test": "vows ./test/*.js --spec"
},
Expand Down

0 comments on commit f3e0ac7

Please sign in to comment.