Skip to content

Commit

Permalink
Merge pull request #46 from jedireza/update-deps
Browse files Browse the repository at this point in the history
update deps
  • Loading branch information
jedireza committed Jan 2, 2016
2 parents 362c1ae + 313b4cf commit 1eb0c00
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@
},
"homepage": "https://github.com/jedireza/hapi-mongo-models",
"devDependencies": {
"code": "^2.x.x",
"hapi": "^11.x.x",
"lab": "^8.x.x",
"mongodb": "^2.x.x",
"opn-cli": "^1.x.x",
"proxyquire": "^1.x.x"
"code": "2.x.x",
"hapi": "11.x.x",
"lab": "8.x.x",
"mongodb": "2.x.x",
"opn-cli": "1.x.x",
"proxyquire": "1.x.x"
},
"peerDependencies": {
"mongodb": "^2.x.x"
"mongodb": "2.x.x"
},
"dependencies": {
"ampersand-class-extend": "^1.x.x",
"async": "^1.x.x",
"hoek": "^3.x.x",
"joi": "^7.x.x",
"object-assign": "^4.x.x"
"ampersand-class-extend": "1.x.x",
"async": "1.x.x",
"hoek": "3.x.x",
"joi": "7.x.x",
"object-assign": "4.x.x"
}
}

0 comments on commit 1eb0c00

Please sign in to comment.