Skip to content

Commit

Permalink
Merge pull request #17 from jeffm13/master
Browse files Browse the repository at this point in the history
Updated dependencies
  • Loading branch information
franciscogouveia committed May 22, 2016
2 parents d1ec79c + d524236 commit 60f74c0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rbac-core",
"version": "2.0.0",
"version": "2.0.1",
"description": "RBAC core from hapi-rbac",
"main": "lib/index.js",
"directories": {
Expand Down Expand Up @@ -31,14 +31,14 @@
"homepage": "https://github.com/franciscogouveia/rbac-core#readme",
"dependencies": {
"async": "^1.5.2",
"boom": "^3.1.2",
"hoek": "^3.0.4",
"joi": "^7.3.0"
"boom": "^3.1.3",
"hoek": "^4.0.0",
"joi": "^8.1.0"
},
"devDependencies": {
"code": "^2.1.0",
"lab": "^8.2.0",
"coveralls": "^2.11.6",
"js-beautify": "^1.5.10"
"code": "^2.3.0",
"lab": "^10.5.1",
"coveralls": "^2.11.9",
"js-beautify": "^1.6.2"
}
}

0 comments on commit 60f74c0

Please sign in to comment.