Skip to content

Commit 451dcec

Browse files
committed
build: update lockfile settings
1 parent 8ce558e commit 451dcec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.npmrc

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
#
2121
# [1]: https://docs.npmjs.com/files/npmrc
2222

23-
# Disable the creation of a lock file:
24-
package-lock = false
25-
shrinkwrap = false
23+
# Enable the creation of a lock file:
24+
package-lock = true
25+
shrinkwrap = true
2626

2727
# Disable automatically "saving" dependencies on install:
2828
save = false

0 commit comments

Comments
 (0)