From 5e532257cf295e3314b6ca031b9f279973f180a8 Mon Sep 17 00:00:00 2001 From: bunny <1319900154@qq.com> Date: Thu, 9 May 2024 13:05:25 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E9=9B=86=E6=88=90:=20=F0=9F=8E=A1=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0package=E8=AF=A6=E7=BB=86=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 622bc39..4666195 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,11 @@ { "name": "bunny-cli", - "version": "1.1.5", + "version": "1.1.6", "description": "", "main": "index.js", + "keywords": ["cli","bunny-cli","util"], + "author": "Bunny0212", + "license": "ISC", "bin": { "bunny-cli": "./bin/index.js" }, @@ -15,9 +18,6 @@ "commit": "git status && git add -A && git-cz", "test": "echo \"Error: no test specified\" && exit 1" }, - "keywords": [], - "author": "", - "license": "ISC", "dependencies": { "chalk": "^4.0.0", "commander": "^11.1.0",