-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Implement custom file format for lockfile #5
Comments
mnsn
added a commit
to mnsn/yarn
that referenced
this issue
Feb 18, 2017
# This is the 1st commit message: add warning from issue yarnpkg#2495 # This is the commit message yarnpkg#2: fix comments of Deniel15 # This is the commit message yarnpkg#3: remove spaces # This is the commit message yarnpkg#4: fix spaces # This is the commit message yarnpkg#5: Drop `diff`. (yarnpkg#2592) # This is the commit message yarnpkg#6: Remove empty lines # This is the commit message yarnpkg#7: Replace `user-home` with `os.homedir`. (yarnpkg#2635) * Replace `user-home` with `os.homedir`. * Replace `os.homedir` with `user-home-dir`. * Fix use `require('user-home-dir').default`. # This is the commit message yarnpkg#8: add space that were removed
mnsn
added a commit
to mnsn/yarn
that referenced
this issue
Feb 18, 2017
# This is the 1st commit message: add warning from issue yarnpkg#2495 # This is the commit message yarnpkg#2: fix comments of Deniel15 # This is the commit message yarnpkg#3: remove spaces # This is the commit message yarnpkg#4: fix spaces # This is the commit message yarnpkg#5: Drop `diff`. (yarnpkg#2592) # This is the commit message yarnpkg#6: Remove empty lines # This is the commit message yarnpkg#7: Replace `user-home` with `os.homedir`. (yarnpkg#2635) * Replace `user-home` with `os.homedir`. * Replace `os.homedir` with `user-home-dir`. * Fix use `require('user-home-dir').default`. # This is the commit message yarnpkg#8: add space that were removed
mathagician
pushed a commit
to mathagician/yarn
that referenced
this issue
Oct 21, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
JSON is not sufficient.
Something like
Gemfile.lock
: https://github.com/discourse/discourse/blob/master/Gemfile.lockIt's version control friendly. Alphabetised and doesn't have superfluous punctuation that will cause conflicts such as commas etc.
The text was updated successfully, but these errors were encountered: