Ensure 'package-lock.json' is never created

I've noticed on Travis that if a project is testing on Node.js 8 then NPM will automatically create the 'package-lock.json' file, but it's best not to use this file yet.

See 10ec7f0576
This commit is contained in:
Futago-za Ryuu 2017-08-20 06:57:10 +01:00
parent 30ea7d5ed0
commit dcf9790da0

1
.npmrc Normal file
View file

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