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

fix: make rollup a dev dependency #251

Merged
merged 1 commit into from
May 15, 2024

Conversation

ThaUnknown
Copy link
Contributor

fixes #250

the current version of rollup requires node 18, while the library uses node 16, since its a required dependency, not a dev dependency, it either needs to be downgraded, or moved to dev dependencies as it errors when installing the package with node16

@murat-dogan
Copy link
Owner

Thanks.
It is also a good idea to drop support for node 16 soon.

@murat-dogan murat-dogan merged commit b11fb18 into murat-dogan:master May 15, 2024
1 check passed
@ThaUnknown
Copy link
Contributor Author

Thanks. It is also a good idea to drop support for node 16 soon.

it would be preferable if you didn't if there's no need, from what I saw, there's nothing forcing you to drop node16

@ThaUnknown
Copy link
Contributor Author

@murat-dogan could we get this deployed as 0.9.1?

@ThaUnknown ThaUnknown deleted the fix-rollup branch May 21, 2024 16:52
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.

move rollup to dev dependencies
2 participants