Skip to content

Commit

Permalink
Move some dependencies to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mstuart committed Feb 18, 2014
1 parent ae18d6b commit f55721e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@
"url": "https://github.com/mstuart/node-vine.git"
},
"dependencies": {
"request": "~2.33.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-watch": "~0.5.3",
"mocha": "~1.17.1",
"request": "~2.33.0"
"mocha": "~1.17.1"
},
"engines": {
"node": ">= v0.4.0"
Expand Down

0 comments on commit f55721e

Please sign in to comment.