Skip to content

Commit

Permalink
updating jsonwebtoken to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfitz committed Feb 9, 2015
1 parent bcae492 commit b28c0ea
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
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"boom": "2.x.x",
"hoek": "2.x.x",
"jsonwebtoken": "1.3.x"
"jsonwebtoken": "3.2.x"
},
"peerDependencies": {
"hapi": ">=8.x.x"
Expand All @@ -28,9 +28,9 @@
"hapi": "8.x.x",
"lab": "5.x.x",
"grunt": "0.4.x",
"grunt-contrib-jshint": "0.10.x",
"grunt-contrib-jshint": "0.11.x",
"grunt-contrib-watch": "0.6.x",
"grunt-bump": "0.0.16"
"grunt-bump": "0.1.x"
},
"scripts": {
"test": "make test-cov"
Expand Down

0 comments on commit b28c0ea

Please sign in to comment.