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

change devDependencies to dependencies #17

Merged
merged 2 commits into from Apr 14, 2022
Merged

Conversation

itsMapleLeaf
Copy link
Contributor

I had chalk v5 installed in my project, which raised an error because routes-gen needs v4, but v4 wasn't installed. The package needs to use dependencies and not devDependencies for its required packages to be installed with it

I had chalk v5 installed in my project, which raised an error because routes-gen needs v4, but v4 wasn't installed. The package needs to use dependencies and not devDependencies for its required packages to be installed with it
Copy link
Owner

@sandulat sandulat left a comment

Choose a reason for hiding this comment

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

@itsMapleLeaf Sorry for the delay and thank you for the PR. Much appreciated.

Let's keep @types/fs-extra and config in devDependencies. As soon as we have this, I'll publish the new version asap.

@itsMapleLeaf
Copy link
Contributor Author

No worries, done 🙂

@sandulat sandulat merged commit c0a23bc into sandulat:main Apr 14, 2022
@sandulat
Copy link
Owner

Thank you very much @itsMapleLeaf! Published under v0.3.3:
https://github.com/sandulat/routes-gen/releases/tag/v0.3.3
https://www.npmjs.com/package/routes-gen/v/0.3.3

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

Successfully merging this pull request may close these issues.

None yet

2 participants