Skip to content

Commit fbabdcd

Browse files
committed
Update author, contributors, license fields
1 parent 4783e84 commit fbabdcd

File tree

14 files changed

+37
-5
lines changed

14 files changed

+37
-5
lines changed

cli/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"type": "git",
3232
"url": "git+https://github.com/amazeeio/lagoon.git"
3333
},
34+
"author": "amazee.io <[email protected]> (http://www.amazee.io)",
3435
"contributors": [
3536
"Patrick Stapfer <[email protected]>",
3637
"Karl Horky <[email protected]>"

node-packages/eslint-config-lagoon-node/package.json

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"repository": "https://github.com/amazeeio/lagoon",
77
"license": "MIT",
88
"private": true,
9+
"author": "amazee.io <[email protected]> (http://www.amazee.io)",
10+
"contributors": [
11+
"Karl Horky <[email protected]>"
12+
],
913
"dependencies": {
1014
"babel-eslint": "^8.2.1",
1115
"eslint": "4.9.0",

package.json

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"name": "lagoon",
3+
"author": "amazee.io <[email protected]> (http://www.amazee.io)",
4+
"contributors": [
5+
"Patrick Stapfer <[email protected]>",
6+
"Karl Horky <[email protected]>",
7+
"Michael Schmid <[email protected]> (https://amazee.io)"
8+
],
39
"private": true,
410
"workspaces": [
511
"node-packages/*",

services/api/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"dev": "NODE_ENV=development nodemon --watch src --exec 'node -r dotenv-extended/config' -- src"
1414
},
1515
"keywords": [],
16-
"author": "",
17-
"license": "ISC",
16+
"author": "amazee.io <[email protected]> (http://www.amazee.io)",
17+
"license": "MIT",
1818
"dependencies": {
1919
"@lagoon/commons": "3.0.2",
2020
"body-parser": "^1.18.2",

services/auth-server/package.json

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "auth-server",
33
"version": "0.9.0",
4+
"author": "amazee.io <[email protected]> (http://www.amazee.io)",
5+
"contributors": [
6+
"Patrick Stapfer <[email protected]>",
7+
"Karl Horky <[email protected]>",
8+
"Michael Schmid <[email protected]> (https://amazee.io)"
9+
],
410
"scripts": {
511
"clean": "rimraf dist && rimraf logs",
612
"build": "flow-remove-types --out-dir dist/ src/",

services/logs2rocketchat/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "logs2rocketchat",
33
"version": "0.0.1",
44
"description": "lagoon handler for webhooks",
5+
"author": "amazee.io <[email protected]> (http://www.amazee.io)",
56
"main": "build/index.js",
67
"scripts": {
78
"start": "flow-node build/index.js",

services/logs2slack/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "logs2slack",
33
"version": "0.9.0",
44
"description": "lagoon handler for webhooks",
5+
"author": "amazee.io <[email protected]> (http://www.amazee.io)",
56
"main": "build/index.js",
67
"scripts": {
78
"start": "flow-node build/index.js",

services/openshiftbuilddeploy/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
"build": "flow-remove-types --out-dir build/ src/",
99
"dev": "nodemon --ignore build --watch . --watch ../../node-packages --exec 'flow-node src/index.js'"
1010
},
11-
"author": "Michael Schmid <[email protected]> (https://amazee.io)",
11+
"author": "amazee.io <[email protected]> (http://www.amazee.io)",
12+
"contributors": [
13+
"Michael Schmid <[email protected]> (https://amazee.io)"
14+
],
1215
"license": "MIT",
1316
"dependencies": {
1417
"@lagoon/commons": "3.0.2",

services/openshiftbuilddeploymonitor/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
"build": "flow-remove-types --out-dir build/ src/",
99
"dev": "nodemon --ignore build --watch . --watch ../../node-packages --exec 'flow-node src/index.js'"
1010
},
11-
"author": "Michael Schmid <[email protected]> (https://amazee.io)",
11+
"author": "amazee.io <[email protected]> (http://www.amazee.io)",
12+
"contributors": [
13+
"Michael Schmid <[email protected]> (https://amazee.io)"
14+
],
1215
"license": "MIT",
1316
"dependencies": {
1417
"@lagoon/commons": "3.0.2",

services/openshiftremove/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
"build": "flow-remove-types --out-dir build/ src/",
99
"dev": "nodemon --ignore build --watch . --watch ../../node-packages --exec 'flow-node src/index.js'"
1010
},
11-
"author": "Michael Schmid <[email protected]> (https://amazee.io)",
11+
"author": "amazee.io <[email protected]> (http://www.amazee.io)",
12+
"contributors": [
13+
"Michael Schmid <[email protected]> (https://amazee.io)"
14+
],
1215
"license": "MIT",
1316
"dependencies": {
1417
"@lagoon/commons": "3.0.2",

services/rest2tasks/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "rest2tasks",
33
"version": "1.0.0",
44
"description": "Demo app for react-isomorphic-form",
5+
"author": "amazee.io <[email protected]> (http://www.amazee.io)",
56
"main": "build/index.js",
67
"license": "MIT",
78
"scripts": {

services/ui/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "ui",
33
"version": "0.0.1",
44
"description": "lagoon ui",
5+
"author": "amazee.io <[email protected]> (http://www.amazee.io)",
56
"main": "src/index.js",
67
"license": "MIT",
78
"scripts": {

services/webhook-handler/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "webhook-handler",
33
"version": "0.9.0",
44
"description": "lagoon handler for webhooks",
5+
"author": "amazee.io <[email protected]> (http://www.amazee.io)",
56
"main": "build/index.js",
67
"scripts": {
78
"test": "jest",

services/webhooks2tasks/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "webhooks2tasks",
33
"version": "0.9.0",
44
"description": "lagoon handler for webhooks",
5+
"author": "amazee.io <[email protected]> (http://www.amazee.io)",
56
"main": "build/index.js",
67
"scripts": {
78
"start": "flow-node build/index.js",

0 commit comments

Comments
 (0)