Skip to content

Commit 9c38374

Browse files
committed
fix sign method for node.js 0.12. closes #193
1 parent 7b09813 commit 9c38374

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ before_install: npm i -g [email protected]
33
node_js:
44
- "5"
55
- "4"
6+
- "0.12"

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"url": "https://github.com/auth0/node-jsonwebtoken/issues"
2020
},
2121
"dependencies": {
22-
"joi": "~8.0.5",
22+
"joi": "~6.10.1",
2323
"jws": "^3.0.0",
2424
"ms": "^0.7.1",
2525
"xtend": "^4.0.1"
@@ -32,6 +32,7 @@
3232
"sinon": "^1.15.4"
3333
},
3434
"engines": {
35-
"npm": ">=1.4.28"
35+
"npm": ">=1.4.28",
36+
"node": ">=0.12"
3637
}
3738
}

0 commit comments

Comments
 (0)