2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-04-07 12:18:40 +00:00

chore: add min-release-age setting in npmrc

This commit is contained in:
Jan Laupetin
2026-04-03 10:11:13 +02:00
parent 4fa4559fbb
commit 6ef0cd8266

View File

@@ -3,3 +3,6 @@
ignore-scripts=true
# Always prefer locked versions from lockfile when installing.
save-exact=true
# Only take packages that are at least 3 days old since most supply-chain attacks may be mitigated until then
min-release-age=3