Skip to content

Commit

Permalink
fix: add homepage and repository to packages (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Jun 18, 2024
1 parent ab21152 commit 890db7d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
13 changes: 9 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@
"tsup": "^8.1.0",
"tsx": "^4.15.6"
},
"files": [
"dist",
"README.md"
],
"files": ["dist", "README.md"],
"bin": "./dist/index.js",
"scripts": {
"build": "tsup src/index.ts --format esm --sourcemap",
Expand All @@ -47,5 +44,13 @@
"publishConfig": {
"access": "public",
"provenance": true
},
"homepage": "https://assistant-ui.com/",
"repository": {
"type": "git",
"url": "git+https://github.com/Yonom/assistant-ui.git"
},
"bugs": {
"url": "https://github.com/Yonom/assistant-ui/issues"
}
}
8 changes: 8 additions & 0 deletions packages/react-hook-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,13 @@
"publishConfig": {
"access": "public",
"provenance": true
},
"homepage": "https://assistant-ui.com/",
"repository": {
"type": "git",
"url": "git+https://github.com/Yonom/assistant-ui.git"
},
"bugs": {
"url": "https://github.com/Yonom/assistant-ui/issues"
}
}

0 comments on commit 890db7d

Please sign in to comment.