Avoid generating package locks instead of ignoring them (#1108)

master
Nick McCurdy 2017-12-24 01:36:17 -05:00 committed by Yiyu He
parent 841844ee2f
commit 79c3c73452
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@ -2,4 +2,3 @@ node_modules
test.js
coverage
npm-debug.log
package-lock.json

1
.npmrc Normal file
View File

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