From 2f6b5467dad196cb27d6c3b31210d3d1434e46f3 Mon Sep 17 00:00:00 2001 From: Oleg Oshurkov Date: Mon, 12 Sep 2022 14:19:19 +0300 Subject: [PATCH] fix for component build --- component.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/component.json b/component.json index 9cb3827..e0e3877 100644 --- a/component.json +++ b/component.json @@ -1,8 +1,7 @@ { "title": "XML", - "version": "1.3.6", + "version": "1.3.7", "description": "Component to convert between XML and JSON data", - "buildType": "docker", "actions": { "xmlToJson": { "title": "XML to JSON",