chore: 更新包名为 @lanyuanxiaoyao/rune,移除 private,添加 release 脚本
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "rune",
|
"name": "@lanyuanxiaoyao/rune",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
|
||||||
"bin": {
|
"bin": {
|
||||||
"rune": "./src/cli.ts"
|
"rune": "./src/cli.ts"
|
||||||
},
|
},
|
||||||
@@ -15,7 +14,8 @@
|
|||||||
"lint": "oxlint",
|
"lint": "oxlint",
|
||||||
"format": "oxfmt .",
|
"format": "oxfmt .",
|
||||||
"format:check": "oxfmt --check .",
|
"format:check": "oxfmt --check .",
|
||||||
"check": "oxlint && oxfmt --check ."
|
"check": "oxlint && oxfmt --check .",
|
||||||
|
"release": "bun run scripts/release.ts"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"cac": "^7.0.0",
|
"cac": "^7.0.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user