From 37a0d59f130845979701a1eeb702b8cc909da663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Sun, 9 Nov 2025 02:28:26 +0800 Subject: [PATCH] =?UTF-8?q?docs(package.json):=20=E6=9B=B4=E6=96=B0=20devE?= =?UTF-8?q?ngines.runtime=20=E6=96=87=E6=A1=A3=E9=93=BE=E6=8E=A5=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ea50d54..521c4c0 100644 --- a/package.json +++ b/package.json @@ -4,12 +4,12 @@ "version": "0.0.0", "private": true, "type": "module", + "_devenginesruntime_docs": "https://pnpm.io/zh/package_json#devenginesruntime", "devEngines": { "runtime": { "name": "node", "version": "^24.11.0", - "onFail": "download", - "_docs_": "https://pnpm.io/zh/package_json#devenginesruntime" + "onFail": "download" } }, "scripts": {