walterra / d3-milestones

A d3 based timeline visualization.
https://walterra.github.io/d3-milestones
Other
144 stars 27 forks source link

Yarn or NPM #30

Closed jcsrb closed 3 years ago

jcsrb commented 3 years ago

both package-lock.json and yarn.lock are present? which package manager should be used primarily for this project?

side note the version in package.json is 1.0.1 but package-lock.json shows 1.0.0

walterra commented 3 years ago

So far I maintained both, so when something in package.json changed I ran both npm install and yarn and committed both lock files. It's no longer considered best practice, so I added this issue to the 2.0.0 milestone to keep only one. Leaning towards yarn at the moment.

walterra commented 3 years ago

The main branch has now been updated to only recommend yarn.