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

Respect package.json's engines.node field when used as a node-version-file #485

Merged
merged 4 commits into from Jul 21, 2022

Commits on Jul 20, 2022

  1. Allow reading 'package.json' as node-version-file

    mannie-exe authored and Manpreet Singh committed Jul 20, 2022
    Copy the full SHA
    7d279e1 View commit details
    Browse the repository at this point in the history
  2. Run 'npm run build'

    mannie-exe authored and Manpreet Singh committed Jul 20, 2022
    Copy the full SHA
    57edf6c View commit details
    Browse the repository at this point in the history
  3. Read package.json contents directly during tests

    - this eliminates OS-specific line-ending issues
    mannie-exe authored and Manpreet Singh committed Jul 20, 2022
    Copy the full SHA
    f8cdefe View commit details
    Browse the repository at this point in the history
  4. Run project Prettier 💅

    mannie-exe authored and Manpreet Singh committed Jul 20, 2022
    Copy the full SHA
    3bf06e2 View commit details
    Browse the repository at this point in the history