Skip to content

Commit 5c211fe

Browse files
committed
refine:rename package from create-resty-app to create-resty
1 parent d1e5207 commit 5c211fe

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "create-resty-app",
2+
"name": "create-resty",
33
"version": "0.7.0",
44
"description": "high performance router",
55
"type": "module",
66
"bin": {
7-
"create-resty-app": "outfile.cjs"
7+
"create-resty": "outfile.cjs"
88
},
99
"files": [
1010
"outfile.cjs",
@@ -64,4 +64,4 @@
6464
"prompts": "^2.4.2",
6565
"zx": "^7.2.3"
6666
}
67-
}
67+
}

0 commit comments

Comments
 (0)