mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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:
committed by
Andrey Lushnikov
parent
3f0306a4d0
commit
cb471e3666
1
.gitignore
vendored
1
.gitignore
vendored
@@ -6,3 +6,4 @@
|
||||
*.swp
|
||||
*.pyc
|
||||
.vscode
|
||||
package-lock.json
|
||||
|
||||
Reference in New Issue
Block a user