Remove stale package-lock.json files#270
Conversation
vlad-zhukov
left a comment
There was a problem hiding this comment.
Wasn't it covered by #268?
|
@vlad-zhukov I thought the same, but no - #268 only removed huge parts of the package-lock, but not the file completely. That was a bit missleading from GitHub's collapsed view. |
|
I bet these are your local files. You can go through the Git doesn't remove |
|
@vlad-zhukov Good point! But how was @farism able to create a PR against |
|
And to my comment from above: when you click on "View" in the files section of a PR for a deleted file, it actually shows the state before it has been removed.. doh! |
|
I've just made a clean git pull and the only |
|
Actually I was looking at a different branch, there are not |
Now that
webpack-blocksis using yarn workspaces we should remove anypackage-lock.jsonfiles that are generated by NPM. NPM technically is no longer supported bywebpack-blocks.