Skip to content

Commit

Permalink
fix: fix yarn create compat
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jan 2, 2021
1 parent 8f937a2 commit d135949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"author": "Evan You",
"bin": {
"create-vite-app": "index.js",
"create-app": "index.js",
"cva": "index.js"
},
"files": [
Expand Down

0 comments on commit d135949

Please sign in to comment.