diff options
author | silverwind <me@silverwind.io> | 2020-01-13 00:11:43 +0100 |
---|---|---|
committer | Antoine GIRARD <sapk@users.noreply.github.com> | 2020-01-13 00:11:43 +0100 |
commit | 80bfd5145c7b159ebdad3746efe11378b282fa86 (patch) | |
tree | 761baa656dcfb8b4554e46dfe9122c422f0f6dab /.npmrc | |
parent | 2ecf98ed2d10aea4f1b4ba31887aa52b479c1317 (diff) | |
download | gitea-80bfd5145c7b159ebdad3746efe11378b282fa86.tar.gz gitea-80bfd5145c7b159ebdad3746efe11378b282fa86.zip |
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>
Diffstat (limited to '.npmrc')
-rw-r--r-- | .npmrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1 +1,2 @@ +package-lock=true save-exact=true |