From 5c8e7fcde7817ebe8e2388e3cd47fb17a60c53e1 Mon Sep 17 00:00:00 2001 From: krypek Date: Tue, 26 Nov 2024 17:42:18 +0100 Subject: [PATCH] Update ccmod.json --- ccmod.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/ccmod.json b/ccmod.json index 20b054c..c43f5c9 100644 --- a/ccmod.json +++ b/ccmod.json @@ -2,15 +2,12 @@ "id": "cc-instanceinator", "version": "0.0.1", "title": "Instanceinator inator", - "description": "No way", - "repository": "", - "tags": [], + "description": "CrossCode instance creator", + "repository": "https://github.com/krypciak/cc-instanceinator", + "tags": ["library"], "authors": ["krypek"], "icons": { "24": "icon/icon.png" }, - "dependencies": { - "crosscode": ">=1.4.0" - }, "plugin": "plugin.js" }