From 87d2d711932a9fb0fbc573070947e3e8c4b78e7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=81=E6=A0=91=E4=BA=BA?= Date: Mon, 14 Oct 2024 11:03:53 +0900 Subject: [PATCH] chore: add `packageManager` field --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1e9d128..55b26bb 100644 --- a/package.json +++ b/package.json @@ -88,5 +88,6 @@ "rollup-plugin-terser": "npm:@rollup/plugin-terser@0.4.3", "sourcemap-codec": "npm:@jridgewell/sourcemap-codec@1.4.15" } - } + }, + "packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4" }