Skip to content

Commit

Permalink
chore: remove package-lock.json (#1237)
Browse files Browse the repository at this point in the history
I just noticed that we have both a package-lock.json and a yarn.lock on
this branch.

- yarn.lock was added in 176cfd4 (Jan 2017) and only updated once, in
  c59af29 (also in Jan 2017).
- package-lock.json was added in e636edf (Oct 2017) and updated on a
  number of occasions, the latest being in 2cb99ed (April 2019).

Let's standardize on Yarn, to match what we're doing in the "master"
branch and in other projects.

In order to get a working build I had to trash the yarn.lock and
regenerate it.
  • Loading branch information
wincent committed Apr 24, 2019
1 parent 65db80e commit 5874565
Show file tree
Hide file tree
Showing 2 changed files with 3,412 additions and 12,945 deletions.

0 comments on commit 5874565

Please sign in to comment.