We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c54016 + 3febcc1 commit 99127eeCopy full SHA for 99127ee
.travis.yml
@@ -1,6 +1,8 @@
1
language: node_js
2
-before_install: npm i -g [email protected]
+sudo: false
3
+before_install: npm i -g npm
4
node_js:
5
+ - "7"
6
+ - "6"
7
- "5"
8
- "4"
- - "0.12"
package.json
@@ -19,7 +19,7 @@
19
"url": "https://github.com/auth0/node-jsonwebtoken/issues"
20
},
21
"dependencies": {
22
- "joi": "^6.10.1",
+ "joi": "^10.0.1",
23
"jws": "^3.1.4",
24
"lodash.once": "^4.0.0",
25
"ms": "^0.7.1",
0 commit comments