Skip to content

Commit

Permalink
chore: release v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yanquanfahei committed Mar 5, 2023
1 parent 101e3d4 commit de4e659
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eye-socket/create-easy-cli",
"type": "module",
"version": "0.0.3",
"version": "0.0.4",
"description": "A simple scaffolding for generating front-end development templates",
"author": "yanquanfahei <[email protected]>",
"license": "MIT",
Expand All @@ -13,7 +13,8 @@
],
"main": "./index.js",
"bin": {
"@eye-socket/create-easy-cli": "index.js"
"create-easy-cli": "index.js",
"cva": "index.js"
},
"files": [
"index.js",
Expand Down

0 comments on commit de4e659

Please sign in to comment.