tools: remove stray package-lock.json file#14873
tools: remove stray package-lock.json file#14873Trott wants to merge 2 commits intonodejs:masterfrom
Conversation
Before the ESLint updates were automated, a stray package-lock.json file was accidentally introduced in the tools directory. This change removes it.
|
Way is it stray? |
cjihrig
left a comment
There was a problem hiding this comment.
LGTM. Should we .gitignore it too?
|
It was my comment #13895 (comment) that lead to it's inclusion. I still think it's ok to have it here as a sort of a |
|
@refack I think the lockfile is redundant as a checksum, given that we already check the dependencies into source control. |
|
Personally I'd rather check in the metadata (i.e. |
|
@Trott added a commit with |
|
CI with @refack's addition: https://ci.nodejs.org/job/node-test-pull-request/9742/ |
Before the ESLint updates were automated, a stray package-lock.json file was accidentally introduced in the tools directory. This change removes it. PR-URL: #14873 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
|
Landed in b5bad25 |
Before the ESLint updates were automated, a stray package-lock.json file was accidentally introduced in the tools directory. This change removes it. PR-URL: #14873 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
Before the ESLint updates were automated, a stray package-lock.json file was accidentally introduced in the tools directory. This change removes it. PR-URL: #14873 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
|
Doesn't look like the stray lock made it to v6.x |
Before the ESLint updates were automated, a stray package-lock.json file
was accidentally introduced in the tools directory. This change removes
it.
Checklist
Affected core subsystem(s)
tools