Skip to content

Commit 80bfd51

Browse files
silverwindtechknowlogicksapk
committed
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 <[email protected]> Co-authored-by: Antoine GIRARD <[email protected]>
1 parent 2ecf98e commit 80bfd51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
package-lock=true
12
save-exact=true

0 commit comments

Comments
 (0)