From 917805c23528221edd8f7be89dbac660fcebeaa0 Mon Sep 17 00:00:00 2001 From: vectronic Date: Sun, 16 Mar 2025 21:32:12 +0000 Subject: [PATCH] fix: fix package.json --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1728d77..9e86e23 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,11 @@ { "name": "@flowscripter/example-cli", "description": "Simple example CLI using https://github.com/flowscripter/dynamic-cli-framework", - "repository": "@flowscripter/example-cli", + "homepage": "https://github.com/flowscripter/example-cli#readme", + "repository": { + "type": "git", + "url": "git+https://github.com/flowscripter/example-cli.git" + }, "license": "MIT", "keywords": [ "bun",