diff --git a/packages/widget/package.json b/packages/widget/package.json index 5a7198a1..5163ddbd 100644 --- a/packages/widget/package.json +++ b/packages/widget/package.json @@ -36,6 +36,10 @@ "access": "public", "registry": "https://registry.npmjs.org/" }, + "repository": { + "type": "git", + "url": "git+https://github.com/stakekit/widget.git" + }, "scripts": { "dev": "vite -c vite/vite.config.dev.ts", "start": "pnpm dev",