Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Use npm shrinkwrap to ensure no breaking deps #239

Merged
merged 1 commit into from
Apr 13, 2016
Merged

Conversation

jeremiak
Copy link
Contributor

This adds a file called npm-shrinkwrap.json that is analogous to a Gemfile.lock. It is an exact snapshot of all of our dependencies and their versions (not a range). This file is generated using npm shrinkwrap.

We are doing this because react and babel are fast moving projects and breaking changes can be introduced and we don't want to spend time tracking down those types of issues just yet.

Refs #233

Using npm shrinkwrap to keep all of our dependencies in sync
across the team and deploy environments. We plan to update
the dependencies on a regular interval, as outlined in the
CONTRIBUTING.md
@msecret msecret merged commit 9524194 into staging-alpha Apr 13, 2016
@jeremiak jeremiak deleted the jk-shrinkwrap branch April 13, 2016 21:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants