Skip to content

Commit

Permalink
fix: add missing license to UI
Browse files Browse the repository at this point in the history
  • Loading branch information
reey committed Jan 27, 2024
1 parent 2aef3d1 commit ab968fa
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion backend/cumulocity.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"apiVersion": "2",
"name": "cloud-http-proxy",
"version": "1.0.0",
"version": "1.0.1",
"provider": {
"name": "Tristan Bastian",
"domain": "https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy",
Expand Down
2 changes: 1 addition & 1 deletion backend/package-lock.json

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

2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloud-http-proxy",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "src/index.js",
"private": "true",
Expand Down
3 changes: 2 additions & 1 deletion frontend/cumulocity.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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: {
Expand All @@ -26,6 +26,7 @@ export default {
description: 'Allows to interact with webinterface of devices.',
},
],
license,
},
buildTime: {
federation: [
Expand Down
4 changes: 2 additions & 2 deletions frontend/package-lock.json

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

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remote-access-cloud-http-proxy-ui",
"version": "1.0.0",
"version": "1.0.1",
"author": "Tristan Bastian",
"description": "Allows to proxy HTTP requests through the cloud to an HTTP server running on a Cumulocity IoT connected device.",
"scripts": {
Expand Down

0 comments on commit ab968fa

Please sign in to comment.