From 088254ab0fce9f4f1b0542b9577d5fe9ce439d8e Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Tue, 9 Jun 2026 17:30:58 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E5=8C=85=E5=90=8D?= =?UTF-8?q?=E4=B8=BA=20@lanyuanxiaoyao/rune=EF=BC=8C=E7=A7=BB=E9=99=A4=20p?= =?UTF-8?q?rivate=EF=BC=8C=E6=B7=BB=E5=8A=A0=20release=20=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7edce66..838d752 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,6 @@ { - "name": "rune", + "name": "@lanyuanxiaoyao/rune", "version": "0.1.0", - "private": true, "bin": { "rune": "./src/cli.ts" }, @@ -15,7 +14,8 @@ "lint": "oxlint", "format": "oxfmt .", "format:check": "oxfmt --check .", - "check": "oxlint && oxfmt --check ." + "check": "oxlint && oxfmt --check .", + "release": "bun run scripts/release.ts" }, "dependencies": { "cac": "^7.0.0",