Skip to content

Commit

Permalink
Merge pull request #119 from manonthemat/master
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
nelsonic committed Nov 2, 2015
2 parents 34fe4db + ade74d9 commit 17188f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: node_js
node_js:
- 0.10
- 0.12
- 'iojs-v2.1.0'
- "4.1"
env:
- JWT_SECRET="EverythingIsAwesome!"
before_install:
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hapi-auth-jwt2",
"version": "5.1.3",
"version": "5.2.0",
"description": "Hapi.js Authentication Plugin/Scheme using JSON Web Tokens (JWT)",
"main": "lib/index.js",
"repository": {
Expand Down Expand Up @@ -31,19 +31,19 @@
},
"homepage": "https://github.com/dwyl/hapi-auth-jwt2",
"dependencies": {
"boom": "^2.9.0",
"cookie": "^0.2.2",
"jsonwebtoken": "^5.4.0"
"boom": "^3.0.0",
"cookie": "^0.2.3",
"jsonwebtoken": "^5.4.1"
},
"devDependencies": {
"aguid": "^1.0.3",
"hapi": "^11.0.0",
"hapi": "^11.0.3",
"codeclimate-test-reporter": "^0.1.1",
"istanbul": "^0.4.0",
"jshint": "^2.8.0",
"pre-commit": "^1.1.1",
"pre-commit": "^1.1.2",
"tap-spec": "^4.1.0",
"tape": "^4.2.1"
"tape": "^4.2.2"
},
"engines": {
"node": ">=4.0"
Expand Down

0 comments on commit 17188f7

Please sign in to comment.