Skip to content

Commit

Permalink
add used license
Browse files Browse the repository at this point in the history
  • Loading branch information
ck-c8y committed Feb 15, 2024
1 parent 5fee4c2 commit ade7ce9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
3 changes: 2 additions & 1 deletion analytics-ui/cumulocity.config.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import { EnvironmentOptions } from "@c8y/devkit/dist/options";
import { author, description, version } from "./package.json";
import { author, description, version, license } from "./package.json";

export default {
runTime: {
author,
description,
license,
version,
name: "Analytics Extension", // key for repository connect
contextPath: "sag-ps-pkg-analytics-extension", // key for repository connect
Expand Down
4 changes: 2 additions & 2 deletions analytics-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions analytics-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "analytics-extension",
"version": "2.3.1",
"version": "2.3.0",
"description": "Extends the standard Cumulocity administration web application with a dialog to add Analytics Builder extensions.",
"repository": {
"type": "git",
Expand All @@ -12,8 +12,7 @@
"start:ab": "npm start -- --shell streaminganalytics",
"start:cockpit": "npm start -- --shell cockpit",
"build": "ng build",
"deploy": "ng deploy",
"locale-extract": "c8ycli locale-extract"
"deploy": "ng deploy"
},
"keywords": [
"c8y"
Expand Down

0 comments on commit ade7ce9

Please sign in to comment.