aboutsummaryrefslogtreecommitdiff
path: root/.npmrc
diff options
context:
space:
mode:
authorsilverwind2020-01-13 00:11:43 +0100
committerAntoine GIRARD2020-01-13 00:11:43 +0100
commit80bfd5145c7b159ebdad3746efe11378b282fa86 (patch)
tree761baa656dcfb8b4554e46dfe9122c422f0f6dab /.npmrc
parent2ecf98ed2d10aea4f1b4ba31887aa52b479c1317 (diff)
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--.npmrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.npmrc b/.npmrc
index cffe8cdef..dc8b06aad 100644
--- a/.npmrc
+++ b/.npmrc
@@ -1 +1,2 @@
+package-lock=true
save-exact=true