chore: respect package-lock

For people who have package-lock=false in ~/.npmrc, package-lock gets removed upon every install
This commit is contained in:
Dominykas Blyžė
2017-12-18 09:41:07 +02:00
committed by Remy Sharp
parent 009d868516
commit ceba29a345

1
.npmrc Normal file
View File

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