Skip to content

Commit e740cc6

Browse files
authored
Merge pull request #83 from robdvr/master
Updated dependencies
2 parents 92237bf + 61698c8 commit e740cc6

File tree

7 files changed

+2350
-26
lines changed

7 files changed

+2350
-26
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ node_js:
1818
- "5"
1919
- "6"
2020
- "7"
21+
- "8"
22+
- "9"
23+
24+
cache:
25+
directories:
26+
- "node_modules"
2127

2228
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
2329

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Alternatively you can just copy the source code directly into your project.
3535
#### Dependencies
3636

3737
This client has the following external dependencies:
38-
* jsonwebtoken@7.4.1
38+
* jsonwebtoken@8.2.0
3939
4040
4141

0 commit comments

Comments
 (0)