Skip to content
New issue

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

prompts should not be a dependency #62

Closed
craigdsthompson opened this issue Oct 10, 2024 · 1 comment
Closed

prompts should not be a dependency #62

craigdsthompson opened this issue Oct 10, 2024 · 1 comment

Comments

@craigdsthompson
Copy link

The prompts package is a dependency for jest-cli, which a dependency for jest (which is a devDependency of this project).

"prompts": "^2.4.2",

prompts is not used directly in node-canvas-api, so I think it can safely be removed from the dependencies in package.json. package-lock.json will still contain prompts as a resolved dependency from jest.

@justin0022
Copy link
Member

Resolved in #66

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants