Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-p-r committed Apr 28, 2017
1 parent 3cb1db1 commit 4544b7c
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
@@ -1,6 +1,6 @@
{
"name": "hapi-json-schema",
"version": "0.7.2",
"version": "0.7.3",
"description": "json schema models for mongodb",
"main": "lib/index.js",
"directories": {
Expand Down Expand Up @@ -32,16 +32,16 @@
"homepage": "https://github.com/simon-p-r/hapi-json-schema#readme",
"devDependencies": {
"code": "^4.0.0",
"coveralls": "^2.11.14",
"coveralls": "^2.13.1",
"hapi": "^16.1.1",
"lab": "^13.0.1"
"lab": "^13.0.2"
},
"dependencies": {
"basic-utils": "^1.7.0",
"boom": "^4.2.0",
"basic-utils": "^1.7.4",
"boom": "^4.3.1",
"joi": "^10.4.1",
"json-schema-models": "^0.6.7",
"neo-async": "^2.0.1",
"json-schema-models": "^0.6.8",
"neo-async": "^2.1.0",
"require-plus": "^2.1.2"
}
}

0 comments on commit 4544b7c

Please sign in to comment.