From 9227d0c5b07256803e9fc289e4f78bef47a3dc10 Mon Sep 17 00:00:00 2001 From: Burt <1020103647@qq.com> Date: Wed, 24 Jan 2024 11:11:56 +0800 Subject: [PATCH] docs: package.json --- README.md | 2 +- package.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 81fa412..3beec43 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ ## ⚙️ 环境 -- pnpm>=8.12 +- pnpm>=7.30 - node>=18 ## 📦 运行 diff --git a/package.json b/package.json index e4dd3c6..5d7288b 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,11 @@ "gitee": "https://gitee.com/codercup/unibest" }, "repository": "https://github.com/codercup/unibest", + "license": "MIT", + "engines": { + "node": ">=18", + "pnpm": ">=7.30" + }, "scripts": { "postinstall": "sh ./shell/postinstall.sh", "dev:app": "uni -p app",