Skip to content

Commit

Permalink
fix sign method for node.js 0.12. closes #193
Browse files Browse the repository at this point in the history
  • Loading branch information
jfromaniello committed Apr 29, 2016
1 parent 7b09813 commit 9c38374
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ before_install: npm i -g npm@1.4.28
node_js:
- "5"
- "4"
- "0.12"
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"url": "https://github.com/auth0/node-jsonwebtoken/issues"
},
"dependencies": {
"joi": "~8.0.5",
"joi": "~6.10.1",
"jws": "^3.0.0",
"ms": "^0.7.1",
"xtend": "^4.0.1"
Expand All @@ -32,6 +32,7 @@
"sinon": "^1.15.4"
},
"engines": {
"npm": ">=1.4.28"
"npm": ">=1.4.28",
"node": ">=0.12"
}
}

0 comments on commit 9c38374

Please sign in to comment.