From 317c80a9205e8853bb830a12c3aa1a19e95f9abc Mon Sep 17 00:00:00 2001 From: Jordan Tucker Date: Fri, 25 Oct 2019 21:55:39 -0500 Subject: [PATCH] fix: Add jsonwebtoken TypeScript type dependency --- packages/authentication/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/authentication/package.json b/packages/authentication/package.json index b6d3c21f65..f177e407dc 100644 --- a/packages/authentication/package.json +++ b/packages/authentication/package.json @@ -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", @@ -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",