From 3fc96542e182dc37de50d57166f6d6b0484d82ad Mon Sep 17 00:00:00 2001 From: vectronic Date: Sun, 16 Mar 2025 21:37:05 +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 03d0e67..c35b846 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,11 @@ { "name": "@flowscripter/example-plugin", "description": "Example plugin for the https://github.com/flowscripter/dynamic-plugin-framework", - "repository": "@flowscripter/example-plugin", + "homepage": "https://github.com/flowscripter/example-plugin#readme", + "repository": { + "type": "git", + "url": "git+https://github.com/flowscripter/example-plugin.git" + }, "license": "MIT", "keywords": [ "bun",