Skip to content

Commit

Permalink
node: Add missing meta information to monitor-theia & fix author names
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-koehler committed Jun 7, 2024
1 parent 0866bd7 commit 47f2f36
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"k8s"
],
"author": {
"name": "Theia.cloud"
"name": "Theia Cloud"
},
"homepage": "http://theia-cloud.io",
"repository": {
Expand Down
15 changes: 15 additions & 0 deletions node/monitor-theia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@
"keywords": [
"theia-extension"
],
"author": {
"name": "Theia Cloud"
},
"homepage": "http://theia-cloud.io",
"repository": {
"type": "git",
"url": "https://github.com/eclipsesource/theia-cloud.git"
},
"bugs": "https://github.com/eclipsesource/theia-cloud/issues",
"contributors": [
{
"name": "Theia.cloud Project",
"url": "http://theia-cloud.io"
}
],
"files": [
"lib",
"src"
Expand Down
2 changes: 1 addition & 1 deletion node/monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "0.11.0-next",
"license": "EPL-2.0",
"author": {
"name": "Theia.cloud"
"name": "Theia Cloud"
},
"bugs": "https://github.com/eclipsesource/theia-cloud/issues",
"contributors": [
Expand Down

0 comments on commit 47f2f36

Please sign in to comment.