Skip to content

Commit 317c80a

Browse files
jordanbtuckerdaffl
authored andcommitted
fix: Add jsonwebtoken TypeScript type dependency
1 parent 50162c6 commit 317c80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/authentication/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"@feathersjs/errors": "^4.3.7",
4343
"@feathersjs/feathers": "^4.3.7",
4444
"@feathersjs/transport-commons": "^4.3.7",
45+
"@types/jsonwebtoken": "8.3.4",
4546
"debug": "^4.1.1",
4647
"jsonwebtoken": "^8.5.1",
4748
"lodash": "^4.17.15",
@@ -50,7 +51,6 @@
5051
},
5152
"devDependencies": {
5253
"@types/debug": "^4.1.5",
53-
"@types/jsonwebtoken": "^8.3.4",
5454
"@types/lodash": "^4.14.144",
5555
"@types/mocha": "^5.2.7",
5656
"@types/node": "^12.7.12",

0 commit comments

Comments
 (0)