Skip to content

Commit

Permalink
clean up package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
CGuether committed Feb 24, 2023
1 parent ec5d7b2 commit a3ccff6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"version": "1.1.1",
"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",
"build": "c8ycli build",
"build:ci": "npm run build -- --ci",
"deploy": "c8ycli deploy -u https://entelios-dev.eu-latest.cumulocity.com",
"deploy": "c8ycli deploy",
"postinstall": "ngcc"
},
"keywords": [
Expand Down Expand Up @@ -55,7 +55,7 @@
},
"c8y": {
"application": {
"name": "advanced-map-widget-plugin",
"name": "Advanced Map Plugin",
"description": "Show markers on a layer basis. Create layers based on filter criteria.",
"contextPath": "sag-ps-iot-pkg-advanced-map-widget-plugin",
"key": "sag-ps-iot-pkg-advanced-map-widget-key",
Expand Down

0 comments on commit a3ccff6

Please sign in to comment.