Update .npmrc

Updated and added `engine-strict=true` which enforces the requirement of the node version across all deps
This commit is contained in:
Olen Latham 2022-11-03 01:20:13 -04:00 committed by GitHub
parent b82168a45a
commit ee665dfdf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
.npmrc
View file

@ -1,3 +1,4 @@
; necessary for metro + mobile
strict-peer-dependencies=false
node-linker=hoisted
engine-strict=true