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

chore(npm): remove lockfile #911

Merged
merged 1 commit into from Nov 30, 2018
Merged

chore(npm): remove lockfile #911

merged 1 commit into from Nov 30, 2018

Commits on Nov 29, 2018

  1. chore(npm): remove lockfile

    This removes our lockfile and our `ci-or-install` script. The lockfile
    caused headaches, since `npm install` would modify the lockfile.
    
    Unfortunately, `ci-or-install` (added in #896) didn't work reliably on
    appveyor, so removing the lockfile seems easier. We remove the script
    since it's now obsolete.
    
    Fixes #893
    nfischer committed Nov 29, 2018
    Copy the full SHA
    f3ec88e View commit details
    Browse the repository at this point in the history