remove package-lock.json from .gitignore (#23)

This commit is contained in:
Federico Granata
2022-01-21 17:14:49 +01:00
committed by GitHub
parent fe035a3008
commit 67e05fe677

1
.gitignore vendored
View File

@@ -7,7 +7,6 @@
# npm
node_modules
package-lock.json
# Don't include the compiled main.js file in the repo.
# They should be uploaded to GitHub releases instead.