Avoid generating package locks instead of ignoring them (#1108)
This commit is contained in:
parent
841844ee2f
commit
79c3c73452
2 changed files with 1 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,4 +2,3 @@ node_modules
|
|||
test.js
|
||||
coverage
|
||||
npm-debug.log
|
||||
package-lock.json
|
||||
|
|
1
.npmrc
Normal file
1
.npmrc
Normal file
|
@ -0,0 +1 @@
|
|||
package-lock=false
|
Loading…
Reference in a new issue