Ignore package-lock.json (#191)

pacakge-lock.json seems to be buggy now, with different OS giving different results. 
See https://github.com/npm/npm/issues/17749

We have been having trouble keeping it up to date with yarn.lock. It doesn't give us a big win, because it is ignored if you install the package from npm.

This patch removes package-lock.json and starts ignoring it.
This commit is contained in:
JoelEinbinder 2017-08-02 14:18:14 -07:00 committed by Andrey Lushnikov
parent 3f0306a4d0
commit cb471e3666
2 changed files with 1 additions and 1558 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
*.swp
*.pyc
.vscode
package-lock.json

1558
package-lock.json generated

File diff suppressed because it is too large Load Diff