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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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.