Skip to content

Commit 9431102

Browse files
sk-laurenzlong
andauthoredMay 27, 2020
fix: move jsonwebtoken to dev dependencies (#677)
jsonwebtoken was only used in tests and not present in the release output. ``` [0] firebase-functions$ ag jsonwebtoken spec/fixtures/mockrequest.ts 1:import * as jwt from 'jsonwebtoken'; package.json 50: "@types/jsonwebtoken": "^8.3.2", 64: "jsonwebtoken": "^8.5.1", [0] firebase-functions$ grep jsonwebtoken -R lib [1] firebase-functions$ ``` Co-authored-by: Lauren Long <laurenzlong@users.noreply.github.com>
1 parent 8d0a6c2 commit 9431102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"@types/express": "4.17.3",
4242
"cors": "^2.8.5",
4343
"express": "^4.17.1",
44-
"jsonwebtoken": "^8.5.1",
4544
"lodash": "^4.17.14"
4645
},
4746
"devDependencies": {
@@ -62,6 +61,7 @@
6261
"istanbul": "^0.4.5",
6362
"js-yaml": "^3.13.1",
6463
"jsdom": "^16.2.1",
64+
"jsonwebtoken": "^8.5.1",
6565
"mocha": "^6.1.4",
6666
"mock-require": "^3.0.3",
6767
"mz": "^2.7.0",

0 commit comments

Comments
 (0)