Skip to content

Commit 09e61c6

Browse files
doble196claude
andcommitted
CLI v1.0.2 — fix npm metadata
- License: Proprietary (npm-recognized) - Add homepage, bugs, engines fields Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent da6f3d8 commit 09e61c6

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-githat-app",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "GitHat CLI — scaffold apps and manage the skills marketplace",
55
"type": "module",
66
"bin": {
@@ -48,13 +48,20 @@
4848
"mcp",
4949
"ai-agents"
5050
],
51-
"license": "SEE LICENSE IN LICENSE",
51+
"license": "Proprietary",
52+
"homepage": "https://githat.io",
53+
"bugs": {
54+
"url": "https://github.com/GitHat-IO/create-githat-app/issues"
55+
},
5256
"publishConfig": {
5357
"access": "public",
5458
"registry": "https://registry.npmjs.org/"
5559
},
5660
"repository": {
5761
"type": "git",
5862
"url": "git+https://github.com/GitHat-IO/create-githat-app.git"
63+
},
64+
"engines": {
65+
"node": ">=18"
5966
}
6067
}

0 commit comments

Comments
 (0)