cumulocity-hellowidget-plugin
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"contextPath": "hellowidgetapp", | ||
"key": "hellowidgetapp-application-key", | ||
"name": "Hello widget application", | ||
"availability": "PRIVATE", | ||
"contextPath": "hellowidgetapp", | ||
"key": "hellowidgetapp-application-key", | ||
"resourcesUrl": "https://cdn.rawgit.com/dwiyatci/cumulocity-hellowidget-plugin/master/build", | ||
"resourcesUrl": "/", | ||
"type": "HOSTED", | ||
"tabsHorizontal": true, | ||
"imports": [ | ||
@@ -52,3 +51,6 @@ "core/c8yBranding", | ||
], | ||
"noAppSwitcher": false | ||
"noAppSwitcher": false, | ||
"options": { | ||
"tabsHorizontal": true | ||
} | ||
} |
{ | ||
"name": "cumulocity-hellowidget-plugin", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "A demo app for showcasing creation of a custom Cumulocity UI widget plugin", | ||
@@ -27,5 +27,7 @@ "keywords": [ | ||
"build": "npm run clean && c8y build:app", | ||
"deploy:easy": "npm run clean:tmp && c8y deploy:target target.json", | ||
"deploy:fast": "npm run deploy -- -p build/hellowidgetapp.zip", | ||
"deploy": "npm run clean:tmp && c8y deploy:app", | ||
"clean": "rimraf build", | ||
"deploy:fast": "npm run deploy -- -p build/hellowidgetapp.zip", | ||
"deploy": "c8y deploy:app" | ||
"clean:tmp": "rimraf _build_for_deploy" | ||
}, | ||
@@ -32,0 +34,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8226272
15
130