Skip to content

Minimum version in package.json #12566

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

Closed
zAlweNy26 opened this issue Jul 15, 2024 · 0 comments
Closed

Minimum version in package.json #12566

zAlweNy26 opened this issue Jul 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@zAlweNy26
Copy link

What is the problem this feature would solve?

It would be nice to have some sort of control for the Bun version needed in projects, like it is made for NodeJS:

{
    "engines": {
        "node": ">=18.0.0"
    }
}

What is the feature you are proposing to solve the problem?

Adding a key bun in the engines property that has the same behaviour of node.
I didn't find anything about this in the documentation, I hope this is useful for everyone and not only me.

What alternatives have you considered?

No response

@zAlweNy26 zAlweNy26 added the enhancement New feature or request label Jul 15, 2024
@RiskyMH RiskyMH closed this as completed Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants