chore: Don't generate package-lock.json (#349)

This commit is contained in:
Nick Schonning 2020-12-05 20:18:00 -05:00 committed by GitHub
parent cce150d647
commit a9d25b04ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@
.eslintrc.json .eslintrc.json
.github .github
.markdownlint.json .markdownlint.json
.npmrc
.vscode .vscode
coverage coverage
demo/* demo/*

1
.npmrc Normal file
View file

@ -0,0 +1 @@
package-lock=false