Skip to content

Commit

Permalink
fix(create-app): bin props
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 12, 2021
1 parent 089ffd0 commit 5898373
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/create-app/package.json
@@ -1,11 +1,15 @@
{
"name": "@vitejs/create-app",
"version": "2.5.0",
"version": "2.5.1",
"license": "MIT",
"author": "Evan You",
"files": [
"index.js"
],
"bin": {
"create-app": "index.js",
"cva": "index.js"
},
"main": "index.js",
"scripts": {
"release": "node updateVersions && node ../../scripts/release.js --skipBuild"
Expand Down

0 comments on commit 5898373

Please sign in to comment.