1
0
mirror of synced 2026-01-04 00:06:20 -05:00
Files
docs/.npmrc
2023-03-07 18:38:07 +00:00

8 lines
292 B
Plaintext

# skip installing optional dependencies to avoid issues with troublesome `fsevents` module
omit=optional
# For 15-25% faster npm install
# https://www.peterbe.com/plog/benchmarking-npm-install-with-or-without-audit
# Also we have Dependabot alerts configured in the GitHub repo.
audit=false