Commit 9431102
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
| |||
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments