We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b09813 commit 9c38374Copy full SHA for 9c38374
.travis.yml
@@ -3,3 +3,4 @@ before_install: npm i -g [email protected]
3
node_js:
4
- "5"
5
- "4"
6
+ - "0.12"
package.json
@@ -19,7 +19,7 @@
19
"url": "https://github.com/auth0/node-jsonwebtoken/issues"
20
},
21
"dependencies": {
22
- "joi": "~8.0.5",
+ "joi": "~6.10.1",
23
"jws": "^3.0.0",
24
"ms": "^0.7.1",
25
"xtend": "^4.0.1"
@@ -32,6 +32,7 @@
32
"sinon": "^1.15.4"
33
34
"engines": {
35
- "npm": ">=1.4.28"
+ "npm": ">=1.4.28",
36
+ "node": ">=0.12"
37
}
38
0 commit comments