From c0f565b5fb5df33f9293e367d49c9513c4d7fea5 Mon Sep 17 00:00:00 2001 From: ThuF Date: Mon, 23 Mar 2026 13:08:43 +0000 Subject: [PATCH] Migrate from project.json to package.json --- codbex-uoms/project.json | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/codbex-uoms/project.json b/codbex-uoms/project.json index 8325019..cf870a8 100644 --- a/codbex-uoms/project.json +++ b/codbex-uoms/project.json @@ -1,20 +1,3 @@ { - "guid": "codbex-uoms", - "dependencies": [], - "actions": [ - { - "name": "Build TypeScript", - "commands": [ - { - "os": "unix", - "command": "tsc" - }, - { - "os": "windows", - "command": "cmd /c tsc" - } - ], - "registry": "true" - } - ] -} + "guid": "codbex-uoms" +} \ No newline at end of file