devfolioco / devfolio-gatsby-starter

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

Remove Package-lock.json, #94

Closed BhaveshSGupta closed 3 years ago

BhaveshSGupta commented 3 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.