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

Add yarn lock file #233

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

nietonfir
Copy link

Yarn is an npm compatible drop-in replacement optimized (not only) for speed, determinism, offline-mode, … ;-)
For more information about yarn see https://yarnpkg.com/

Yarn is an npm compatible drop-in replacement optimized
(not only) for speed. ;-)
For more information about yarn see https://yarnpkg.com/
@DavidBadura
Copy link

The yarn.lock file will be ignored if you installed this package as dependency. So it doesn't matter what is in the lock file. ;-)

@nietonfir
Copy link
Author

That is correct. The intention for adding the lock file would be mostly for plugin developers (since we're only dealing with devDependencies), to ensure a consistent stack across them. And travis obviously, since it's supported now.

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

2 participants