Use package-lock.json in local
This commit is contained in:
parent
569588c463
commit
5228b9835b
2 changed files with 3 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -7,6 +7,9 @@
|
|||
# Node.js
|
||||
/node_modules
|
||||
|
||||
# NPM
|
||||
package-lock.json
|
||||
|
||||
# yarn
|
||||
yarn.lock
|
||||
|
||||
|
|
1
.npmrc
1
.npmrc
|
@ -1,2 +1 @@
|
|||
save-exact = true
|
||||
package-lock = false
|
||||
|
|
Loading…
Reference in a new issue