From a2fe0d336b86f6d1a407b13bb9a9fd37e95d47bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BF=A0=20/=20green?= Date: Tue, 2 May 2023 22:25:28 +0900 Subject: [PATCH] chore: cleanup hoist patterns (#157) --- .npmrc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.npmrc b/.npmrc index 4d97f291..f64ae646 100644 --- a/.npmrc +++ b/.npmrc @@ -1,10 +1,4 @@ -hoist-pattern[]=*eslint* -hoist-pattern[]=*babel* -hoist-pattern[]=@emotion/* -hoist-pattern[]=postcss -hoist-pattern[]=pug -hoist-pattern[]=source-map-support -hoist-pattern[]=ts-node +hoist-pattern[]=@emotion/* # playground/react-emotion strict-peer-dependencies=false shell-emulator=true auto-install-peers=false