gabzim / circle-to-polygon

Receives a Coordinate, a Radius and a Number of edges and aproximates a circle by creating a polygon that fills its area
ISC License
113 stars 29 forks source link

Remove NPM lockfile, redo dependency update with `yarn` #35

Closed johachi closed 3 years ago

johachi commented 3 years ago

Description

Commit 9874599953bd910ca61cc4a0556cea74be0e5901 accidentally upgraded mocha and chai with NPM instead of with Yarn. This PR reverts this by:

  1. Branch of from commit 05fca39db1deaa9998f27580e203cc302928877f (the commit before above mentioned 9874599953bd910ca61cc4a0556cea74be0e5901) and then upgrade mocha and chai through Yarn.
  2. Merge latest master into the new branch.
  3. Delete package-lock.json created by NPM.
  4. Run all tests to make sure they pass.