krakenjs / post-robot

Cross domain post-messaging on the client side using a simple listener/client pattern.
Apache License 2.0
741 stars 92 forks source link

Missing yarn.lock or package-lock.json in project files #75

Open dackmin opened 5 years ago

dackmin commented 5 years ago

Is there a particular reason you git-ignored the package-lock.json file?

I think it shouldn't be ignored to ensure the depencencies installed by anybody working on the project are the one needed to make it run as intended.

See yarn.lock documentation for more infos.