dev: add npmrc with package-lock set to true

adds a .npmrc file to create/update the package-lock.json file regardless
of a developers local settings.
This commit is contained in:
Philipp Hancke 2020-04-15 20:57:05 +02:00
parent e0563a743f
commit 169906f4cb
1 changed files with 1 additions and 0 deletions

1
.npmrc Normal file
View File

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