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

Enforce matching engines on npm install #481

Merged
merged 6 commits into from
Dec 30, 2019

Commits on Dec 24, 2019

  1. Configuration menu
    Copy the full SHA
    c49b3af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c94760f View commit details
    Browse the repository at this point in the history
  3. Tweak documentation

    sholladay committed Dec 24, 2019
    Configuration menu
    Copy the full SHA
    d19f9ca View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2019

  1. Update readme.md

    sindresorhus committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    7ccf735 View commit details
    Browse the repository at this point in the history
  2. Update readme.md

    Co-Authored-By: Itai Steinherz <itaisteinherz@gmail.com>
    sholladay and itaisteinherz committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    2925bcf View commit details
    Browse the repository at this point in the history
  3. Add --engine-strict for npm ci (currently a noop)

    It's currently a noop for `npm ci`, presumably because of an implementation quirk. But it's what we want to do, so we'll need to look into getting npm fixed.
    sholladay committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    bc6ca9b View commit details
    Browse the repository at this point in the history