Skip to content

Commit

Permalink
fix: fixed the cli command name
Browse files Browse the repository at this point in the history
  • Loading branch information
eniodev committed Oct 16, 2024
1 parent 1490609 commit ef4c1f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "create-based-app",
"version": "1.0.0",
"version": "1.0.1",
"description": "The hottest frontend stack for web development",
"keywords": ["html", "css", "javascript", "cli", "techstack", "frontend"],
"main": "cli.js",
"bin": {
"based": "./cli.js"
"create-based-app": "./cli.js"
},
"engines": {
"node": ">=14.21.3"
Expand Down

0 comments on commit ef4c1f0

Please sign in to comment.