Skip to content

Commit 99127ee

Browse files
committed
Merge branch 'latest-joi' of https://github.com/dominykas/node-jsonwebtoken into dominykas-latest-joi
2 parents 2c54016 + 3febcc1 commit 99127ee

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: node_js
2-
before_install: npm i -g [email protected]
2+
sudo: false
3+
before_install: npm i -g npm
34
node_js:
5+
- "7"
6+
- "6"
47
- "5"
58
- "4"
6-
- "0.12"

package.json

Lines changed: 1 addition & 1 deletion
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": "^6.10.1",
22+
"joi": "^10.0.1",
2323
"jws": "^3.1.4",
2424
"lodash.once": "^4.0.0",
2525
"ms": "^0.7.1",

0 commit comments

Comments
 (0)