Echo JS 0.11.0

<~>
imsnif 2352 days ago. link 1 point
Use case: you've been using yarn.lock to lock the dependencies of your repositories and now want to move to package-lock.json (introduced in npm 5) which does something similar.

(or of course, the other way around!)

With this, you won't need to update all your dependencies and go through lots of testing to make sure you didn't break anything.

I hope you find this useful. Would love to hear your thoughts.

Replies