From ccb5d34abf688145cea30a6277fc676083af594e Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Tue, 14 Jan 2025 18:37:18 +0100 Subject: [PATCH] chore: add package-lock.json file This is required by the `setup-node` GitHub action, see https://github.com/actions/setup-node/issues/928. --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index ee134b8..7e5b3f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ .nyc_output node_modules -package-lock.json dist coverage .esm-wrapper.mjs