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(package): add package-lock.json #130

Merged
merged 1 commit into from
May 24, 2018
Merged

chore(package): add package-lock.json #130

merged 1 commit into from
May 24, 2018

Conversation

macklinu
Copy link
Contributor

What is the purpose of this pull request?

  • Documentation update
  • Bug fix
  • New rule
  • Changes an existing rule
  • Add autofixing to a rule
  • Other, please explain: update build process

What changes did you make? (Give an overview)

This PR introduces a package-lock.json file. Some updates to @babel/code-frame were causing build failures (as Jest includes this as a dependency). Locking to version 7.0.0-beta.46 resolved the issue on Node 4.

I think introducing a lockfile makes sense. I'm not sure what the long term ramifications of Jest and Babel are and how Node 4 will be fully supported moving forward. This works for now, but is something to keep an eye on.

I also made some changes to the Travis build script to use npm ci for installing modules.

@macklinu macklinu merged commit b5a6423 into master May 24, 2018
@macklinu macklinu deleted the lockfile branch May 24, 2018 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant