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",