Skip to content

Commit

Permalink
Merge pull request #374 from danactive/master
Browse files Browse the repository at this point in the history
Update hapi.js to latest major version 16.0.1
  • Loading branch information
glennjones committed Dec 11, 2016
2 parents 746327c + 1d6cab7 commit d19f777
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hapi-swagger",
"description": "A swagger documentation UI generator plugin for hapi",
"version": "7.4.0",
"version": "7.4.1",
"author": "Glenn Jones",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,7 +37,7 @@
"good-console": "^6.1.2",
"good-squeeze": "^4.0.0",
"h2o2": "^5.1.0",
"hapi": "^14.0.0",
"hapi": "^16.0.1",
"hapi-api-version": "^1.1.0",
"hapi-auth-bearer-token": "^4.0.2",
"hapi-auth-jwt2": "^7.0.1",
Expand All @@ -57,6 +57,6 @@
"test-cov-coveralls": "./node_modules/.bin/lab -r lcov | ./node_modules/.bin/coveralls"
},
"peerDependencies": {
"hapi": "^14.0.0 || ^15.0.0 "
"hapi": "^14.0.0 || ^15.0.0 || ^16.0.0"
}
}

0 comments on commit d19f777

Please sign in to comment.