diff --git a/.npmrc b/.npmrc deleted file mode 100644 index ab953072..00000000 --- a/.npmrc +++ /dev/null @@ -1,2 +0,0 @@ -shell-emulator=true -auto-install-peers=false diff --git a/package.json b/package.json index a83b64e8..b9b1619f 100644 --- a/package.json +++ b/package.json @@ -208,16 +208,5 @@ "optional": true } }, - "packageManager": "pnpm@10.13.1", - "pnpm": { - "overrides": { - "ora>string-width": "^5", - "vite": "npm:rolldown-vite@latest" - }, - "patchedDependencies": { - "@types/mdurl@2.0.0": "patches/@types__mdurl@2.0.0.patch", - "markdown-it-anchor@9.2.0": "patches/markdown-it-anchor@9.2.0.patch" - }, - "neverBuiltDependencies": [] - } + "packageManager": "pnpm@10.13.1" } diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 8d0353c9..6f4bf501 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,3 +1,14 @@ packages: - docs - __tests__/* + +autoInstallPeers: false +neverBuiltDependencies: [] +overrides: + "ora>string-width": "^5" + "vite": "npm:rolldown-vite@latest" +patchedDependencies: + "@types/mdurl@2.0.0": "patches/@types__mdurl@2.0.0.patch" + "markdown-it-anchor@9.2.0": "patches/markdown-it-anchor@9.2.0.patch" + +shellEmulator: true