56
53
Fork 9
mirror of https://github.com/go-gitea/gitea.git synced 2020-06-03 16:41:56 +00:00
gitea_mirror/.npmrc
silverwind 80bfd5145c add package-lock=true in .npmrc (#9736)
Some users (like me) have this option disabled in their global npm
config which can lead to package-lock.json not being updated. This
explicitely enables the option for this repo, so that the file is
always updated when adding/removing dependencies.

Co-authored-by: techknowlogick <matti@mdranta.net>
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
2020-01-13 00:11:43 +01:00

3 lines
34 B
Plaintext

package-lock=true
save-exact=true