Skip to content

Conversation

@sk-
Copy link
Contributor

@sk- sk- commented Apr 29, 2020

Description

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$

Code sample

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$
```
Copy link
Contributor

@laurenzlong laurenzlong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution!

@laurenzlong laurenzlong merged commit 9431102 into firebase:master May 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants