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

Implement yarn #104

Merged
merged 2 commits into from
May 3, 2017
Merged

Implement yarn #104

merged 2 commits into from
May 3, 2017

Conversation

dgreene-r7
Copy link
Contributor

This PR adds a yarn.lock file so we can use Yarn to deterministically install our dependencies.

It also deprecates node-libuuid in favor of uuid so we don't have to deal with C bindings.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 92.739% when pulling 4ad6900 on implement-yarn into 01b40a7 on master.

@fmitchell-r7
Copy link
Contributor

@dgreene-r7, how does the yarn.lock file get generated?

@dgreene-r7
Copy link
Contributor Author

yarn install.

It's backwards compatible with npm so we're not losing any functionality; only gaining the ability to deterministically install dependencies.

@dgreene-r7 dgreene-r7 merged commit 3756266 into master May 3, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants