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 package.json engines and required Node version #950

Merged
merged 1 commit into from
Oct 13, 2024
Merged

Commits on Oct 13, 2024

  1. Fix package.json engines and required Node version

    Including "pnpm" in the engines field of your package.json for a library
    is generally not recommended, even if you use it for building the
    library. The engines field is typically used to specify runtime
    environments (such as Node.js versions) that are required to run the
    library, not the tools used to build or develop it. Most developers
    expect the engines field to list only the runtime requirements, not
    development tools like package managers.
    tagliala committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    3dd8a9f View commit details
    Browse the repository at this point in the history