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

Pin the node dependencies with a package-lock #6370

Merged
merged 2 commits into from
Nov 12, 2019

Commits on Nov 12, 2019

  1. Pin the node dependencies with a package-lock

    - Previously, we were ignoring this file leading to inconsistency
    - This will ensure everyone uses the same version
    davidfischer committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    e03a65a View commit details
    Browse the repository at this point in the history
  2. Update package-lock.json with "optional: true"

    This is auto-updated when ran with npm 6.6+
    humitos committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    89e78b6 View commit details
    Browse the repository at this point in the history