Skip to content

Commit

Permalink
fix: homepage URL (#1194)
Browse files Browse the repository at this point in the history
* fix: homepage URL

* remove cli async main fns
  • Loading branch information
Yonom authored Nov 20, 2024
1 parent 861620f commit c626756
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
</a>

<p align="center">
<a href="https://assistant-ui.com">Product</a> ·
<a href="https://assistant-ui.com/docs/getting-started">Documentation</a> ·
<a href="https://assistant-ui.com/examples">Examples</a> ·
<a href="https://www.assistant-ui.com">Product</a> ·
<a href="https://www.assistant-ui.com/docs/getting-started">Documentation</a> ·
<a href="https://www.assistant-ui.com/examples">Examples</a> ·
<a href="https://discord.gg/S9dwgCNEFs">Discord Community</a> ·
<a href="https://cal.com/simon-farshid/assistant-ui">Contact Sales</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion packages/assistant-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"publishConfig": {
"access": "public"
},
"homepage": "https://assistant-ui.com/",
"homepage": "https://www.assistant-ui.com/",
"repository": {
"type": "git",
"url": "git+https://github.com/Yonom/assistant-ui.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"access": "public",
"provenance": true
},
"homepage": "https://assistant-ui.com/",
"homepage": "https://www.assistant-ui.com/",
"repository": {
"type": "git",
"url": "git+https://github.com/Yonom/assistant-ui.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/commands/shadcn/add.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const shadcnAdd = new Command()
process.cwd(),
)
.option("-p, --path <path>", "the path to add the component to.")
.action(async (components: string[], opts) => {
.action((components: string[], opts) => {
const componentsToAdd = components.map(
(c) => `"https://r.assistant-ui.com/shadcn/${c}"`,
);
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { shadcnAdd } from "./commands/shadcn/add";
process.on("SIGINT", () => process.exit(0));
process.on("SIGTERM", () => process.exit(0));

async function main() {
function main() {
const program = new Command()
.name("assistant-ui")
.description("add components and dependencies to your project")
Expand Down
2 changes: 1 addition & 1 deletion packages/create-assistant-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"access": "public",
"provenance": true
},
"homepage": "https://assistant-ui.com/",
"homepage": "https://www.assistant-ui.com/",
"repository": {
"type": "git",
"url": "git+https://github.com/Yonom/assistant-ui.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-assistant-ui/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { create } from "../../cli/src/commands/create";
process.on("SIGINT", () => process.exit(0));
process.on("SIGTERM", () => process.exit(0));

async function main() {
function main() {
create.parse();
}

Expand Down
2 changes: 1 addition & 1 deletion packages/react-ai-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"access": "public",
"provenance": true
},
"homepage": "https://assistant-ui.com/",
"homepage": "https://www.assistant-ui.com/",
"repository": {
"type": "git",
"url": "git+https://github.com/Yonom/assistant-ui.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-hook-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"access": "public",
"provenance": true
},
"homepage": "https://assistant-ui.com/",
"homepage": "https://www.assistant-ui.com/",
"repository": {
"type": "git",
"url": "git+https://github.com/Yonom/assistant-ui.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-langgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"access": "public",
"provenance": true
},
"homepage": "https://assistant-ui.com/",
"homepage": "https://www.assistant-ui.com/",
"repository": {
"type": "git",
"url": "git+https://github.com/Yonom/assistant-ui.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"access": "public",
"provenance": true
},
"homepage": "https://assistant-ui.com/",
"homepage": "https://www.assistant-ui.com/",
"repository": {
"type": "git",
"url": "git+https://github.com/Yonom/assistant-ui.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"access": "public",
"provenance": true
},
"homepage": "https://assistant-ui.com/",
"homepage": "https://www.assistant-ui.com/",
"repository": {
"type": "git",
"url": "git+https://github.com/Yonom/assistant-ui.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-syntax-highlighter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"access": "public",
"provenance": true
},
"homepage": "https://assistant-ui.com/",
"homepage": "https://www.assistant-ui.com/",
"repository": {
"type": "git",
"url": "git+https://github.com/Yonom/assistant-ui.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-trieve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"access": "public",
"provenance": true
},
"homepage": "https://assistant-ui.com/",
"homepage": "https://www.assistant-ui.com/",
"repository": {
"type": "git",
"url": "git+https://github.com/Yonom/assistant-ui.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"access": "public",
"provenance": true
},
"homepage": "https://assistant-ui.com/",
"homepage": "https://www.assistant-ui.com/",
"repository": {
"type": "git",
"url": "https://github.com/Yonom/assistant-ui/tree/main/packages/react"
Expand Down
2 changes: 1 addition & 1 deletion packages/tool-ui-weather/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"access": "public",
"provenance": true
},
"homepage": "https://assistant-ui.com/",
"homepage": "https://www.assistant-ui.com/",
"repository": {
"type": "git",
"url": "git+https://github.com/Yonom/assistant-ui.git"
Expand Down

0 comments on commit c626756

Please sign in to comment.