Skip to content

Commit

Permalink
add request dev dep and reorder dep list
Browse files Browse the repository at this point in the history
  • Loading branch information
janl committed Apr 2, 2014
1 parent 3168589 commit 6879250
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 @@ -9,13 +9,15 @@
"grunt": "^0.4.3",
"grunt-shell": "^0.6.4",
"grunt-mocha-browser": "0.0.4",
"grunt-hoodie": "0.3.0",
"grunt-hoodie": "git://github.com/caolan/grunt-hoodie.git#stop-task",

This comment has been minimized.

Copy link
@svnlto

svnlto Apr 2, 2014

Contributor

i think you want to keep the version here.

"grunt-continue": "0.0.1",
"hoodie-server": "^0.9.19",
"grunt-simple-mocha": "^0.4.0",
"grunt-contrib-jshint": "^0.9.2",
"grunt-env": "^0.4.1",
"grunt-contrib-watch": "^0.6.0"
"hoodie-plugin-users": "^0.1.0",
"grunt-contrib-watch": "^0.6.0",
"request": "^2.34.0"
},
"dependencies": {},
"hoodie": {
Expand Down

0 comments on commit 6879250

Please sign in to comment.