From 7157f7235b8fdb1a50f3ab4eb89163e7078fdfd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A3=A8=EB=B0=80LuMir?= Date: Tue, 31 Dec 2024 21:12:42 +0900 Subject: [PATCH] chore: add `packageManager` field to `package.json` (#53) This pull request includes a small change to the `package.json` file. The change specifies the package manager to be used for the project. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c13ab2c..d91a0b9 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "private": true, + "packageManager": "npm@10.9.2", "workspaces": [ "examples/*", "packages/*",