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

[RAC-6681] Lock down NPM modules #585

Merged

Commits on Apr 24, 2018

  1. Lock down NPM modules

    * Add publishable npm-shrinkwrap.json, which is repurposed from package-lock.json.
    * Not lock down the dependent on-core, so don't add commit hash or version to on-core.
      The benefits:
        * Don't need to update npm-shrinkwrap.json every time when on-core has a new commit.
        * Ease the dependent PRs merging.
    * Install npm@5.6.0 in travis-ci which is the same as concourse-ci.
    lanchongyizu committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    11e0084 View commit details
    Browse the repository at this point in the history