We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type packages should be in dev dependencies. npm prune and other similar tools does not delete it and it has overhead when deploying an application.
npm prune
I can see that it was addressed once #91 but then it back again.
Since this package is used extensively by popular libraries would be very nice to have it fixed
Check package.json
https://github.com/auth0/node-jwks-rsa/blob/c4767cd2b1048a24f567b86f5f6b732507d0635d/package.json#L15C6-L16
No response
latest
all
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist
Description
Type packages should be in dev dependencies.
npm prune
and other similar tools does not delete it and it has overhead when deploying an application.I can see that it was addressed once #91 but then it back again.
Since this package is used extensively by popular libraries would be very nice to have it fixed
Reproduction
Check package.json
https://github.com/auth0/node-jwks-rsa/blob/c4767cd2b1048a24f567b86f5f6b732507d0635d/package.json#L15C6-L16
Additional context
No response
jwks-rsa version
latest
Node.js version
all
The text was updated successfully, but these errors were encountered: