chore: disable auto install of peer dependencies (#10522)

This commit is contained in:
Clay 2022-10-18 22:30:31 -07:00 committed by GitHub
parent 1a2e7a8d36
commit 8d0a9c1ab8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.npmrc
View File

@ -6,4 +6,5 @@ hoist-pattern[]=pug
hoist-pattern[]=source-map-support
hoist-pattern[]=ts-node
strict-peer-dependencies=false
shell-emulator=true
shell-emulator=true
auto-install-peers=false