Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zemirco committed May 22, 2014
1 parent 8292811 commit 98589db
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"dependencies": {
"node-uuid": "~1.4.1",
"ms": "~0.6.2",
"moment": "~2.5.0",
"mongodb": "~1.3.23",
"couch-pwd": "0.0.1"
"couch-pwd": "0.0.1",
"moment": "^2.6.0",
"mongodb": "^1.4.5"
},
"devDependencies": {
"should": "~2.1.1",
"grunt-mocha-test": "~0.8.1",
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.8.0"
"should": "^3.3.1",
"grunt-mocha-test": "^0.10.2",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0"
}
}

0 comments on commit 98589db

Please sign in to comment.