From 263c3b5ea891a22d159571fc3893d8031fce2fdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hendrik=20Na=CC=88ther?= Date: Fri, 31 Mar 2023 12:24:10 +0200 Subject: [PATCH] Removed unneded details in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7dc8b66..6825490 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "advanced-map-widget-plugin", - "version": "1.1.3", + "version": "1.0.2", "description": "Show markers on a layer basis. Create layers based on filter criteria.", "scripts": { - "start": "c8ycli server -u https://entelios-dev.eu-latest.cumulocity.com/ --shell cockpit-1016", + "start": "c8ycli server", "start:shell": "c8ycli server --shell cockpit", "build": "c8ycli build", "zip": "zip -r -q ./sag-ps-iot-pkg-advanced-map-widget-plugin.zip ./dist/apps/sag-ps-iot-pkg-advanced-map-widget-plugin/*",