From c861be63c1a8069178456778a0bd397400184c19 Mon Sep 17 00:00:00 2001 From: Sam Tolmay Date: Mon, 5 Oct 2020 17:31:56 +0200 Subject: [PATCH] chore: update package.json files --- package.json | 24 +++++++++++++++++++++--- packages/color/package.json | 23 ++++++++++++++++++++--- packages/delete/package.json | 22 +++++++++++++++++++++- packages/engine/package.json | 22 ++++++++++++++++++++-- packages/express/package.json | 23 ++++++++++++++++++++--- packages/get/package.json | 22 ++++++++++++++++++++-- packages/graphql/package.json | 22 ++++++++++++++++++++-- packages/helpers/package.json | 21 ++++++++++++++++++++- packages/serializer/package.json | 22 ++++++++++++++++++++-- packages/type/package.json | 22 ++++++++++++++++++++-- 10 files changed, 202 insertions(+), 21 deletions(-) diff --git a/package.json b/package.json index 6936e126e..849bc746f 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,26 @@ { - "name": "@lowdefy/poc", + "name": "@lowdefy/lowdefy", "version": "0.0.1", "private": true, - "license": "UNLICENSED", + "description": "Lowdefy monorepo", + "homepage": "https://lowdefy.com", + "bugs": { + "url": "https://github.com/lowdefy/lowdefy/issues" + }, + "contributors": [ + { + "name": "Sam Tolmay", + "url": "https://github.com/SamTolmay" + }, + { + "name": "Gerrie van Wyk", + "url": "https://github.com/Gervwyk" + } + ], + "repository": { + "type": "git", + "url": "https://github.com/lowdefy/lowdefy.git" + }, "workspaces": [ "packages/*" ], @@ -14,4 +32,4 @@ "devDependencies": { "lerna": "3.22.1" } -} +} \ No newline at end of file diff --git a/packages/color/package.json b/packages/color/package.json index f9c21f9de..a5bc1795b 100644 --- a/packages/color/package.json +++ b/packages/color/package.json @@ -1,8 +1,25 @@ { "name": "@lowdefy/color", "version": "1.0.0", - "license": "MIT", - "private": true, + "description": "", + "homepage": "https://lowdefy.com", + "bugs": { + "url": "https://github.com/lowdefy/lowdefy/issues" + }, + "contributors": [ + { + "name": "Sam Tolmay", + "url": "https://github.com/SamTolmay" + }, + { + "name": "Gerrie van Wyk", + "url": "https://github.com/Gervwyk" + } + ], + "repository": { + "type": "git", + "url": "https://github.com/lowdefy/lowdefy.git" + }, "main": "dist/index.js", "scripts": { "build": "babel src --out-dir dist", @@ -28,4 +45,4 @@ "jest-diff": "24.9.0", "prettier": "2.1.1" } -} +} \ No newline at end of file diff --git a/packages/delete/package.json b/packages/delete/package.json index f7a0177f0..ced16f532 100644 --- a/packages/delete/package.json +++ b/packages/delete/package.json @@ -2,6 +2,26 @@ "name": "@lowdefy/delete", "version": "1.0.1", "license": "MIT", + "license": "Apache-2.0", + "description": "", + "homepage": "https://lowdefy.com", + "bugs": { + "url": "https://github.com/lowdefy/lowdefy/issues" + }, + "contributors": [ + { + "name": "Sam Tolmay", + "url": "https://github.com/SamTolmay" + }, + { + "name": "Gerrie van Wyk", + "url": "https://github.com/Gervwyk" + } + ], + "repository": { + "type": "git", + "url": "https://github.com/lowdefy/lowdefy.git" + }, "main": "dist/delete.js", "scripts": { "build": "babel src --out-dir dist", @@ -31,4 +51,4 @@ "jest-diff": "24.9.0", "prettier": "2.1.2" } -} +} \ No newline at end of file diff --git a/packages/engine/package.json b/packages/engine/package.json index 4538d7715..d8b9602c2 100644 --- a/packages/engine/package.json +++ b/packages/engine/package.json @@ -1,7 +1,25 @@ { "name": "@lowdefy/engine", "version": "0.0.0-experimental.1", - "licence": "MIT", + "description": "", + "homepage": "https://lowdefy.com", + "bugs": { + "url": "https://github.com/lowdefy/lowdefy/issues" + }, + "contributors": [ + { + "name": "Sam Tolmay", + "url": "https://github.com/SamTolmay" + }, + { + "name": "Gerrie van Wyk", + "url": "https://github.com/Gervwyk" + } + ], + "repository": { + "type": "git", + "url": "https://github.com/lowdefy/lowdefy.git" + }, "browser": "dist/remoteEntry.js", "files": [ "dist/*" @@ -33,4 +51,4 @@ "serve": "serve dist -p 3001", "clean": "rm -rf dist" } -} +} \ No newline at end of file diff --git a/packages/express/package.json b/packages/express/package.json index e1bf06bdf..e4f065f52 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,8 +1,25 @@ { "name": "@lowdefy/poc-express", "version": "0.0.1", - "private": true, - "license": "UNLICENSED", + "description": "", + "homepage": "https://lowdefy.com", + "bugs": { + "url": "https://github.com/lowdefy/lowdefy/issues" + }, + "contributors": [ + { + "name": "Sam Tolmay", + "url": "https://github.com/SamTolmay" + }, + { + "name": "Gerrie van Wyk", + "url": "https://github.com/Gervwyk" + } + ], + "repository": { + "type": "git", + "url": "https://github.com/lowdefy/lowdefy.git" + }, "scripts": { "build": "webpack --mode production", "clean": "rm -rf shell/dist", @@ -37,4 +54,4 @@ "webpack-cli": "3.3.12", "webpack-dev-server": "3.11.0" } -} +} \ No newline at end of file diff --git a/packages/get/package.json b/packages/get/package.json index 93e321a31..a82ed7397 100644 --- a/packages/get/package.json +++ b/packages/get/package.json @@ -1,7 +1,25 @@ { "name": "@lowdefy/get", "version": "1.0.1", - "license": "MIT", + "description": "", + "homepage": "https://lowdefy.com", + "bugs": { + "url": "https://github.com/lowdefy/lowdefy/issues" + }, + "contributors": [ + { + "name": "Sam Tolmay", + "url": "https://github.com/SamTolmay" + }, + { + "name": "Gerrie van Wyk", + "url": "https://github.com/Gervwyk" + } + ], + "repository": { + "type": "git", + "url": "https://github.com/lowdefy/lowdefy.git" + }, "main": "dist/get.js", "scripts": { "build": "babel src --out-dir dist", @@ -30,4 +48,4 @@ "jest-diff": "24.9.0", "prettier": "2.1.2" } -} +} \ No newline at end of file diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 47e59d8c2..ac51286b4 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,7 +1,25 @@ { "name": "@lowdefy/graphql", "version": "0.0.0-experimental.0", - "licence": "MIT", + "description": "", + "homepage": "https://lowdefy.com", + "bugs": { + "url": "https://github.com/lowdefy/lowdefy/issues" + }, + "contributors": [ + { + "name": "Sam Tolmay", + "url": "https://github.com/SamTolmay" + }, + { + "name": "Gerrie van Wyk", + "url": "https://github.com/Gervwyk" + } + ], + "repository": { + "type": "git", + "url": "https://github.com/lowdefy/lowdefy.git" + }, "main": "dist/index.js", "scripts": { "build": "yarn webpack", @@ -30,4 +48,4 @@ "eslint-plugin-react-hooks": "4.1.2", "prettier": "2.1.2" } -} +} \ No newline at end of file diff --git a/packages/helpers/package.json b/packages/helpers/package.json index 479768579..d7b84b877 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -1,6 +1,25 @@ { "name": "@lowdefy/helpers", "version": "1.0.0", + "description": "", + "homepage": "https://lowdefy.com", + "bugs": { + "url": "https://github.com/lowdefy/lowdefy/issues" + }, + "contributors": [ + { + "name": "Sam Tolmay", + "url": "https://github.com/SamTolmay" + }, + { + "name": "Gerrie van Wyk", + "url": "https://github.com/Gervwyk" + } + ], + "repository": { + "type": "git", + "url": "https://github.com/lowdefy/lowdefy.git" + }, "main": "dist/index.js", "scripts": { "build": "babel src --out-dir dist", @@ -33,4 +52,4 @@ "jest-diff": "24.9.0", "prettier": "2.1.2" } -} +} \ No newline at end of file diff --git a/packages/serializer/package.json b/packages/serializer/package.json index cf4b5e172..179e9fa84 100644 --- a/packages/serializer/package.json +++ b/packages/serializer/package.json @@ -1,7 +1,25 @@ { "name": "@lowdefy/serializer", "version": "1.0.0", - "license": "MIT", + "description": "", + "homepage": "https://lowdefy.com", + "bugs": { + "url": "https://github.com/lowdefy/lowdefy/issues" + }, + "contributors": [ + { + "name": "Sam Tolmay", + "url": "https://github.com/SamTolmay" + }, + { + "name": "Gerrie van Wyk", + "url": "https://github.com/Gervwyk" + } + ], + "repository": { + "type": "git", + "url": "https://github.com/lowdefy/lowdefy.git" + }, "main": "dist/index.js", "scripts": { "build": "babel src --out-dir dist", @@ -26,4 +44,4 @@ "jest-diff": "24.9.0", "prettier": "2.1.2" } -} +} \ No newline at end of file diff --git a/packages/type/package.json b/packages/type/package.json index bd2daaa16..57e03db77 100644 --- a/packages/type/package.json +++ b/packages/type/package.json @@ -1,7 +1,25 @@ { "name": "@lowdefy/type", "version": "1.0.1", - "license": "MIT", + "description": "", + "homepage": "https://lowdefy.com", + "bugs": { + "url": "https://github.com/lowdefy/lowdefy/issues" + }, + "contributors": [ + { + "name": "Sam Tolmay", + "url": "https://github.com/SamTolmay" + }, + { + "name": "Gerrie van Wyk", + "url": "https://github.com/Gervwyk" + } + ], + "repository": { + "type": "git", + "url": "https://github.com/lowdefy/lowdefy.git" + }, "main": "dist/type.js", "scripts": { "build": "babel src --out-dir dist", @@ -26,4 +44,4 @@ "jest": "24.9.0", "prettier": "2.1.2" } -} +} \ No newline at end of file