Use package-lock.json in local

This commit is contained in:
Acid Chicken (硫酸鶏) 2019-06-04 22:55:35 +09:00
parent 569588c463
commit 5228b9835b
No known key found for this signature in database
GPG Key ID: 5388F56C75B677A1
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

@ -7,6 +7,9 @@
# Node.js
/node_modules
# NPM
package-lock.json
# yarn
yarn.lock

1
.npmrc
View File

@ -1,2 +1 @@
save-exact = true
package-lock = false