Skip to content

Commit

Permalink
refine:rename package from create-resty-app to create-resty
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangnanscu committed Dec 28, 2024
1 parent d1e5207 commit 5c211fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "create-resty-app",
"name": "create-resty",
"version": "0.7.0",
"description": "high performance router",
"type": "module",
"bin": {
"create-resty-app": "outfile.cjs"
"create-resty": "outfile.cjs"
},
"files": [
"outfile.cjs",
Expand Down Expand Up @@ -64,4 +64,4 @@
"prompts": "^2.4.2",
"zx": "^7.2.3"
}
}
}

0 comments on commit 5c211fe

Please sign in to comment.