From dd590283fc33ef456e3d0aae6ae0a98d4ed82270 Mon Sep 17 00:00:00 2001 From: Norayr Chilingarian Date: Mon, 6 Apr 2026 01:05:06 +0400 Subject: [PATCH] test --- irc/irc-0.1.0.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/irc/irc-0.1.0.json b/irc/irc-0.1.0.json index f23d921..c9c1497 100644 --- a/irc/irc-0.1.0.json +++ b/irc/irc-0.1.0.json @@ -1,23 +1,23 @@ { - "package": "irc", - "author": "noch", - "license": "GPL-3", - "version": "0.1.0", - "remote": { - "type": "git", - "path": "https://github.com/norayr/irc", - "tag": "0.1.0" + "Package": "irc", + "Author": "noch", + "License": "GPL-3", + "Version": "0.1.0", + "Remote": { + "Type": "git", + "Path": "https://github.com/norayr/irc", + "Tag": "0.1.0" }, - "dependencies": { + "Dependencies": { "time": "0.1.0", "internet": "0.1.0", "lists": "0.1.0", "dbg": "0.1.0" }, - "build": [ + "Build": [ { - "command": "voc -s", - "file": "src/IRC.Mod" + "Command": "voc -s", + "File": "src/IRC.Mod" } ] }