devfolioco / devfolio-gatsby-starter

Kickstart landing page development with GatsbyJS
MIT License
23 stars 94 forks source link

Remove Package-lock.json, #94

Closed BhaveshSGupta closed 4 years ago

BhaveshSGupta commented 4 years ago

As per readme the instruction for installation are yarn based. package-lock.json and yarn.lock both were tracked. This could create problem when some one updates dependecies. In ideal scenario there should be only one lock file.