Skip to content

Commit

Permalink
fix: Add jsonwebtoken TypeScript type dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbtucker authored and daffl committed Oct 26, 2019
1 parent 50162c6 commit 317c80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"@feathersjs/errors": "^4.3.7",
"@feathersjs/feathers": "^4.3.7",
"@feathersjs/transport-commons": "^4.3.7",
"@types/jsonwebtoken": "8.3.4",
"debug": "^4.1.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15",
Expand All @@ -50,7 +51,6 @@
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/jsonwebtoken": "^8.3.4",
"@types/lodash": "^4.14.144",
"@types/mocha": "^5.2.7",
"@types/node": "^12.7.12",
Expand Down

0 comments on commit 317c80a

Please sign in to comment.