Skip to content

Commit

Permalink
Merge pull request #13 from jonyo/fix-npm-dep
Browse files Browse the repository at this point in the history
Add npm to dev dependencies when npm is not in the path
  • Loading branch information
Tim-B committed May 23, 2015
2 parents c83bdb7 + 91381c5 commit 4c0826d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-nodeunit": "^0.3.3",
"grunt": "~0.4.5",
"adm-zip": "~0.4.4"
"adm-zip": "~0.4.4",
"npm": "^2.10.0"
},
"peerDependencies": {
"grunt": "~0.4.5"
Expand Down

0 comments on commit 4c0826d

Please sign in to comment.