From e6918482d5793be5c1f9fa172bfaa97c9ce07b61 Mon Sep 17 00:00:00 2001 From: Severin Ibarluzea Date: Sat, 28 Sep 2024 12:17:59 -0700 Subject: [PATCH] add repo link --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 459d119d..abc6cceb 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,10 @@ "type": "module", "description": "Command line tool for developing, publishing and installing tscircuit circuits", "main": "./dist/cli.js", + "repository": { + "type": "git", + "url": "https://github.com/tscircuit/cli" + }, "scripts": { "cli": "bun cli/cli.ts", "start": "bun run dev",