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
´cross-env` is listed a s a dependency, but never used. https://github.com/palmerhq/tsdx/blob/e942edbf9b74db611db9d4b095c5a742fdd97c99/package.json#L54
cross-env does not get listed as a dependency.
cross-env
Remove cross-env from the list of dependencies.
All developers
Using cross-env, but the project does not seem to rely on env variables.
This project has a scary amount of dependencies. 😨
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Current Behavior
´cross-env` is listed a s a dependency, but never used.
https://github.com/palmerhq/tsdx/blob/e942edbf9b74db611db9d4b095c5a742fdd97c99/package.json#L54
Desired Behavior
cross-env
does not get listed as a dependency.Suggested Solution
Remove
cross-env
from the list of dependencies.Who does this impact? Who is this for?
All developers
Describe alternatives you've considered
Using
cross-env
, but the project does not seem to rely on env variables.Additional context
This project has a scary amount of dependencies. 😨
The text was updated successfully, but these errors were encountered: