kpdecker / jsdiff

A javascript text differencing implementation.
BSD 3-Clause "New" or "Revised" License
7.92k stars 496 forks source link

Repo can't make up its mind if we use npm or Yarn #424

Closed ExplodingCabbage closed 8 months ago

ExplodingCabbage commented 8 months ago

On the one hand, we've got a yarn.lock file (and no npm-shrinkwrap.json or package-lock.json). On the other hand, our CONTRIBUTING.md tells people to use npm:

Building

npm install
npm test

The npm test -- dev implements watching for tests within Node and karma start may be used for manual testing in browsers.

I guess we should update the docs to reflect that the repo is in fact using Yarn.