From 4e7236b382b3ca5a47a4013d7a5bc676fd510556 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Wed, 15 May 2024 10:31:21 +0800 Subject: [PATCH] chore: remove locked packageManager --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 73835b9e..01ab927a 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,6 @@ "description": "An open-source creative community written on the blockchain.", "license": "AGPL-3.0", "sideEffects": false, - "packageManager": "pnpm@9.1.0", "scripts": { "build": "next build", "dev": "next -p 2222",