remove npmrc from landing

This commit is contained in:
Jamie Pine
2025-11-06 05:17:34 -08:00
parent ef08757560
commit be3b09f8a2

12
.npmrc
View File

@@ -1,12 +0,0 @@
; make all engine requirements (e.g. node version) strictly kept
engine-strict=true
dedupe-peer-dependents=true
; necessary for metro + mobile
strict-peer-dependencies=false
node-linker=hoisted
auto-install-peers=true
max-old-space-size=4096
enable-pre-post-scripts=true
package-manager-strict=false
; For CI/deployment, set //npm.pkg.github.com/:_authToken=${NPM_TOKEN} as env var