Skip to content

Commit cc9ac72

Browse files
committed
fix: Update repository URL for npm publishing
The repository URL was pointing to the old monorepo location, causing npm publish to fail with provenance verification error
1 parent 8019c59 commit cc9ac72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@
8080
"homepage": "https://www.assistant-ui.com/",
8181
"repository": {
8282
"type": "git",
83-
"url": "https://github.com/assistant-ui/assistant-ui/tree/main/packages/react-ui"
83+
"url": "https://github.com/assistant-ui/assistant-ui-react-ui"
8484
},
8585
"bugs": {
86-
"url": "https://github.com/assistant-ui/assistant-ui/issues"
86+
"url": "https://github.com/assistant-ui/assistant-ui-react-ui/issues"
8787
},
8888
"engines": {
8989
"node": ">=20.10.0"

0 commit comments

Comments
 (0)