Skip to content

Commit 3a0f0b7

Browse files
authored
fix: set npm homepage to aimock.copilotkit.dev (#105)
## Summary npm shows `github.com/CopilotKit/aimock#readme` as the homepage because there's no `homepage` field in package.json. Adds `"homepage": "https://aimock.copilotkit.dev"` so npm links to the docs site. Takes effect on next npm publish. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
2 parents 93fda30 + 16fa078 commit 3a0f0b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"embeddings",
3636
"copilotkit"
3737
],
38+
"homepage": "https://aimock.copilotkit.dev",
3839
"repository": {
3940
"type": "git",
4041
"url": "https://github.com/CopilotKit/aimock"

0 commit comments

Comments
 (0)