Do you use package-lock.json?
falsandtru opened this issue · 2 comments
falsandtru commented
Any plans or thoughts?
twada commented
@falsandtru Thank you for your question!
Short answer: Not now. Waiting for getting mature enough.
Generally, I think committing lock file is not a good idea for libraries (good for applications).
However there's an opinion that suggests committing lock files.
https://yarnpkg.com/blog/2016/11/24/lockfiles-for-all/
I agree with it if we can lock devDeps, but not deps.
falsandtru commented
I see, thanks for the answer!