From 079588c20793edd879f41703d9486870d7b3611f Mon Sep 17 00:00:00 2001 From: Jasper Lai <33956381+jaskfla@users.noreply.github.com> Date: Thu, 14 Mar 2024 09:10:57 +1300 Subject: [PATCH] Update BES website in package `author` field (#5494) --- package.json | 4 ++-- packages/access-policy/package.json | 2 +- packages/admin-panel-server/package.json | 2 +- packages/admin-panel/package.json | 2 +- packages/aggregator/package.json | 2 +- packages/api-client/package.json | 2 +- packages/auth/package.json | 2 +- packages/central-server/package.json | 2 +- .../central-server/src/devops/CreateThumbnail/package.json | 2 +- packages/data-api/package.json | 2 +- packages/data-broker/package.json | 2 +- packages/data-lake-api/package.json | 2 +- packages/data-table-server/package.json | 2 +- packages/database/package.json | 4 ++-- packages/datatrak-web-server/package.json | 2 +- packages/datatrak-web/package.json | 2 +- packages/devops/package.json | 2 +- packages/dhis-api/package.json | 2 +- packages/e2e/package.json | 2 +- packages/entity-server/package.json | 2 +- packages/expression-parser/package.json | 2 +- packages/indicators/package.json | 2 +- packages/kobo-api/package.json | 2 +- packages/lesmis-server/package.json | 2 +- packages/lesmis/package.json | 2 +- packages/meditrak-app-server/package.json | 2 +- packages/psss-server/package.json | 2 +- packages/psss/package.json | 2 +- packages/report-server/package.json | 2 +- packages/server-boilerplate/package.json | 2 +- packages/server-utils/package.json | 2 +- packages/superset-api/package.json | 2 +- packages/tsutils/package.json | 2 +- packages/tupaia-web-server/package.json | 2 +- packages/tupaia-web/package.json | 2 +- packages/types/package.json | 2 +- packages/ui-chart-components/package.json | 2 +- packages/ui-components/package.json | 2 +- packages/ui-map-components/package.json | 2 +- packages/utils/package.json | 2 +- packages/weather-api/package.json | 2 +- packages/web-config-server/package.json | 2 +- 42 files changed, 44 insertions(+), 44 deletions(-) diff --git a/package.json b/package.json index a63f51ea53..a6a495fdb7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tupaia", "private": true, - "description": "Mono-repo for the Tupaia project, mapping health data across the Pacific", + "description": "Monorepo for the Tupaia project, mapping health data across the Pacific", "homepage": "https://github.com/beyondessential/tupaia", "bugs": { "url": "https://github.com/beyondessential/tupaia-backlog/issues" @@ -11,7 +11,7 @@ "url": "git+https://github.com/beyondessential/tupaia.git" }, "license": "SEE LICENSE IN LICENSE", - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "workspaces": { "packages": [ "packages/*" diff --git a/packages/access-policy/package.json b/packages/access-policy/package.json index 48f3184fd3..b306e9dba7 100644 --- a/packages/access-policy/package.json +++ b/packages/access-policy/package.json @@ -8,7 +8,7 @@ "url": "git+https://github.com/beyondessential/tupaia.git", "directory": "packages/access-policy" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { diff --git a/packages/admin-panel-server/package.json b/packages/admin-panel-server/package.json index ce290d1055..ce9619d75e 100644 --- a/packages/admin-panel-server/package.json +++ b/packages/admin-panel-server/package.json @@ -10,7 +10,7 @@ "type": "git", "url": "git+https://github.com/beyondessential/tupaia" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "main": "dist/index.js", "types": "dist/index.d.ts", "private": true, diff --git a/packages/admin-panel/package.json b/packages/admin-panel/package.json index 5589e00516..d66a38dcd1 100644 --- a/packages/admin-panel/package.json +++ b/packages/admin-panel/package.json @@ -8,7 +8,7 @@ "url": "git+https://github.com/beyondessential/tupaia.git", "directory": "packages/admin-panel" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "main": "./lib/library.js", "scripts": { "build": "run-s -c \"build:* {@}\" --", diff --git a/packages/aggregator/package.json b/packages/aggregator/package.json index 7a42afa014..402ab47bfd 100644 --- a/packages/aggregator/package.json +++ b/packages/aggregator/package.json @@ -8,7 +8,7 @@ "url": "git+https://github.com/beyondessential/tupaia.git", "directory": "packages/aggregator" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { diff --git a/packages/api-client/package.json b/packages/api-client/package.json index 0870918921..9e4405f080 100644 --- a/packages/api-client/package.json +++ b/packages/api-client/package.json @@ -13,7 +13,7 @@ "test": "yarn package:test", "test:coverage": "yarn test --coverage" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "repository": { "type": "git", "url": "git+https://github.com/beyondessential/tupaia.git", diff --git a/packages/auth/package.json b/packages/auth/package.json index 8c216a938c..cf0d479438 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -8,7 +8,7 @@ "url": "git+https://github.com/beyondessential/tupaia.git", "directory": "packages/auth" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { diff --git a/packages/central-server/package.json b/packages/central-server/package.json index 0dbe8b3b7a..60000fff67 100644 --- a/packages/central-server/package.json +++ b/packages/central-server/package.json @@ -8,7 +8,7 @@ "url": "git+https://github.com/beyondessential/tupaia.git", "directory": "packages/central-server" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "main": "handler.js", "types": "dist/index.d.ts", "scripts": { diff --git a/packages/central-server/src/devops/CreateThumbnail/package.json b/packages/central-server/src/devops/CreateThumbnail/package.json index 14f76dfc5e..8e707ed43b 100644 --- a/packages/central-server/src/devops/CreateThumbnail/package.json +++ b/packages/central-server/src/devops/CreateThumbnail/package.json @@ -8,7 +8,7 @@ "url": "git+https://github.com/beyondessential/tupaia.git", "directory": "packages/central-server/src/devops/CreateThumbnail" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "main": "index.js", "scripts": { "package-for-lambda": "rm -f CreateThumbnail.zip && zip -r CreateThumbnail.zip ./ && echo \"Uploading to AWS...\" && aws lambda update-function-code --function-name CreateThumbnail --zip-file fileb://CreateThumbnail.zip", diff --git a/packages/data-api/package.json b/packages/data-api/package.json index a2ffbd4758..0fd0dcffdf 100644 --- a/packages/data-api/package.json +++ b/packages/data-api/package.json @@ -8,7 +8,7 @@ "url": "git+https://github.com/beyondessential/tupaia.git", "directory": "packages/data-api" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { diff --git a/packages/data-broker/package.json b/packages/data-broker/package.json index e174e5d89f..5d748e5ffd 100644 --- a/packages/data-broker/package.json +++ b/packages/data-broker/package.json @@ -8,7 +8,7 @@ "url": "git+https://github.com/beyondessential/tupaia.git", "directory": "packages/data-broker" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { diff --git a/packages/data-lake-api/package.json b/packages/data-lake-api/package.json index d6643b67be..df7de4c1f1 100644 --- a/packages/data-lake-api/package.json +++ b/packages/data-lake-api/package.json @@ -8,7 +8,7 @@ "url": "git+https://github.com/beyondessential/tupaia.git", "directory": "packages/data-lake-api" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "main": "dist/index.js", "scripts": { "build": "rm -rf dist && npm run --prefix ../../ package:build:ts", diff --git a/packages/data-table-server/package.json b/packages/data-table-server/package.json index fe0e342b04..41f4a838c8 100644 --- a/packages/data-table-server/package.json +++ b/packages/data-table-server/package.json @@ -11,7 +11,7 @@ "type": "git", "url": "git+https://github.com/beyondessential/tupaia" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { diff --git a/packages/database/package.json b/packages/database/package.json index 494acf94e6..52a8ed2314 100644 --- a/packages/database/package.json +++ b/packages/database/package.json @@ -2,13 +2,13 @@ "name": "@tupaia/database", "version": "1.0.0", "private": true, - "description": "Common database code for use across other packages within this mono-repo", + "description": "Common database code for use across other packages within this monorepo", "repository": { "type": "git", "url": "git+https://github.com/beyondessential/tupaia.git", "directory": "packages/database" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { diff --git a/packages/datatrak-web-server/package.json b/packages/datatrak-web-server/package.json index 5ac2405da1..5686632656 100644 --- a/packages/datatrak-web-server/package.json +++ b/packages/datatrak-web-server/package.json @@ -11,7 +11,7 @@ "type": "git", "url": "git+https://github.com/beyondessential/tupaia" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { diff --git a/packages/datatrak-web/package.json b/packages/datatrak-web/package.json index be31d161f1..99d2070648 100644 --- a/packages/datatrak-web/package.json +++ b/packages/datatrak-web/package.json @@ -8,7 +8,7 @@ "url": "git+https://github.com/beyondessential/tupaia", "directory": "packages/datatrak-web" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "dependencies": { "@hookform/resolvers": "1.3.8", "@material-ui/core": "^4.9.11", diff --git a/packages/devops/package.json b/packages/devops/package.json index 1dc8ff005e..5f0b558629 100644 --- a/packages/devops/package.json +++ b/packages/devops/package.json @@ -8,7 +8,7 @@ "url": "git+https://github.com/beyondessential/tupaia.git", "directory": "packages/devops" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "main": "index.js", "scripts": { "test": "echo \"No tests specified\" && exit 0", diff --git a/packages/dhis-api/package.json b/packages/dhis-api/package.json index 62508b2416..a6ff7f87d6 100644 --- a/packages/dhis-api/package.json +++ b/packages/dhis-api/package.json @@ -8,7 +8,7 @@ "url": "git+https://github.com/beyondessential/tupaia.git", "directory": "packages/dhis-api" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { diff --git a/packages/e2e/package.json b/packages/e2e/package.json index f968c383a6..31131a0148 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -8,7 +8,7 @@ "url": "git+https://github.com/beyondessential/tupaia", "directory": "packages/e2e" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "scripts": { "cypress:config": "yarn run:babel cypress/scripts/generateConfig", "cypress:format-config": "yarn run:babel cypress/scripts/formatConfig", diff --git a/packages/entity-server/package.json b/packages/entity-server/package.json index eaad6f845f..3413b4f5a5 100644 --- a/packages/entity-server/package.json +++ b/packages/entity-server/package.json @@ -11,7 +11,7 @@ "type": "git", "url": "git+https://github.com/beyondessential/tupaia" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { diff --git a/packages/expression-parser/package.json b/packages/expression-parser/package.json index 383519d620..71820ef0e1 100644 --- a/packages/expression-parser/package.json +++ b/packages/expression-parser/package.json @@ -8,7 +8,7 @@ "url": "git+https://github.com/beyondessential/tupaia.git", "directory": "packages/expression-parser" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { diff --git a/packages/indicators/package.json b/packages/indicators/package.json index dcc7f1559b..b4134c4269 100644 --- a/packages/indicators/package.json +++ b/packages/indicators/package.json @@ -8,7 +8,7 @@ "url": "git+https://github.com/beyondessential/tupaia.git", "directory": "packages/indicators" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { diff --git a/packages/kobo-api/package.json b/packages/kobo-api/package.json index 30ad2366ec..468a4f990f 100644 --- a/packages/kobo-api/package.json +++ b/packages/kobo-api/package.json @@ -8,7 +8,7 @@ "url": "git+https://github.com/beyondessential/tupaia", "directory": "packages/kobo-api" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { diff --git a/packages/lesmis-server/package.json b/packages/lesmis-server/package.json index e46bcaaa74..e3b7e89f01 100644 --- a/packages/lesmis-server/package.json +++ b/packages/lesmis-server/package.json @@ -11,7 +11,7 @@ "type": "git", "url": "git+https://github.com/beyondessential/tupaia" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { diff --git a/packages/lesmis/package.json b/packages/lesmis/package.json index c6db73fd66..c344d746c4 100755 --- a/packages/lesmis/package.json +++ b/packages/lesmis/package.json @@ -8,7 +8,7 @@ "url": "git+https://github.com/beyondessential/tupaia", "directory": "packages/lesmis" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "main": "dist/index.js", "scripts": { "build": "npm run --prefix ../../ package:build:vite", diff --git a/packages/meditrak-app-server/package.json b/packages/meditrak-app-server/package.json index 5a5c0b019c..1ccc772840 100644 --- a/packages/meditrak-app-server/package.json +++ b/packages/meditrak-app-server/package.json @@ -11,7 +11,7 @@ "type": "git", "url": "git+https://github.com/beyondessential/tupaia" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { diff --git a/packages/psss-server/package.json b/packages/psss-server/package.json index ec85d92990..a125385f62 100644 --- a/packages/psss-server/package.json +++ b/packages/psss-server/package.json @@ -11,7 +11,7 @@ "type": "git", "url": "git+https://github.com/beyondessential/tupaia" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { diff --git a/packages/psss/package.json b/packages/psss/package.json index 1dc2afe866..cf3c3fad8f 100644 --- a/packages/psss/package.json +++ b/packages/psss/package.json @@ -8,7 +8,7 @@ "url": "git+https://github.com/beyondessential/tupaia", "directory": "packages/psss" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "scripts": { "preview": "vite preview", "build": "npm run --prefix ../../ package:build:vite", diff --git a/packages/report-server/package.json b/packages/report-server/package.json index 5f1189bb72..94f1329d44 100644 --- a/packages/report-server/package.json +++ b/packages/report-server/package.json @@ -11,7 +11,7 @@ "type": "git", "url": "git+https://github.com/beyondessential/tupaia" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { diff --git a/packages/server-boilerplate/package.json b/packages/server-boilerplate/package.json index a15ccf6cca..c04bea9b95 100644 --- a/packages/server-boilerplate/package.json +++ b/packages/server-boilerplate/package.json @@ -11,7 +11,7 @@ "type": "git", "url": "git+https://github.com/beyondessential/tupaia" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { diff --git a/packages/server-utils/package.json b/packages/server-utils/package.json index 6596d1fa2b..dfd3641b8d 100644 --- a/packages/server-utils/package.json +++ b/packages/server-utils/package.json @@ -8,7 +8,7 @@ "url": "git+https://github.com/beyondessential/tupaia.git", "directory": "packages/server-utils" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { diff --git a/packages/superset-api/package.json b/packages/superset-api/package.json index 64da4b7cbe..ed9f5064bc 100644 --- a/packages/superset-api/package.json +++ b/packages/superset-api/package.json @@ -8,7 +8,7 @@ "url": "git+https://github.com/beyondessential/tupaia.git", "directory": "packages/superset-api" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "main": "dist/index.js", "scripts": { "build": "rm -rf dist && npm run --prefix ../../ package:build:ts", diff --git a/packages/tsutils/package.json b/packages/tsutils/package.json index 443f378c3e..0835011d92 100644 --- a/packages/tsutils/package.json +++ b/packages/tsutils/package.json @@ -8,7 +8,7 @@ "url": "git+https://github.com/beyondessential/tupaia.git", "directory": "packages/tsutils" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { diff --git a/packages/tupaia-web-server/package.json b/packages/tupaia-web-server/package.json index bb82f5f15c..3813f56494 100644 --- a/packages/tupaia-web-server/package.json +++ b/packages/tupaia-web-server/package.json @@ -11,7 +11,7 @@ "type": "git", "url": "git+https://github.com/beyondessential/tupaia" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { diff --git a/packages/tupaia-web/package.json b/packages/tupaia-web/package.json index a0a7a6b5cf..3bc4c1d7c9 100644 --- a/packages/tupaia-web/package.json +++ b/packages/tupaia-web/package.json @@ -8,7 +8,7 @@ "url": "git+https://github.com/beyondessential/tupaia", "directory": "packages/tupaia-web" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "scripts": { "build": "yarn package:build:types && yarn package:build:vite", "lint": "yarn package:lint", diff --git a/packages/types/package.json b/packages/types/package.json index 834ea5e8b4..417c0c4df1 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -8,7 +8,7 @@ "url": "git+https://github.com/beyondessential/tupaia.git", "directory": "packages/types" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "main": "dist/index.js", "types": "dist/index.d.ts", "installConfig": { diff --git a/packages/ui-chart-components/package.json b/packages/ui-chart-components/package.json index 5da1bbe95e..35faa00658 100644 --- a/packages/ui-chart-components/package.json +++ b/packages/ui-chart-components/package.json @@ -8,7 +8,7 @@ "url": "git+https://github.com/beyondessential/tupaia", "directory": "packages/ui-chart-components" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "source": "src/index.js", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index d86c574a06..22e2d61e80 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -8,7 +8,7 @@ "url": "git+https://github.com/beyondessential/tupaia", "directory": "packages/ui-components" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "source": "src/index.js", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/ui-map-components/package.json b/packages/ui-map-components/package.json index e1381d0209..5ab295a0c7 100644 --- a/packages/ui-map-components/package.json +++ b/packages/ui-map-components/package.json @@ -8,7 +8,7 @@ "url": "git+https://github.com/beyondessential/tupaia", "directory": "packages/ui-map-components" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "source": "src/index.js", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/utils/package.json b/packages/utils/package.json index 8525857569..60182c47aa 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -8,7 +8,7 @@ "url": "git+https://github.com/beyondessential/tupaia.git", "directory": "packages/utils" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { diff --git a/packages/weather-api/package.json b/packages/weather-api/package.json index bb0ba073f6..76d3d6c18f 100644 --- a/packages/weather-api/package.json +++ b/packages/weather-api/package.json @@ -8,7 +8,7 @@ "url": "git+https://github.com/beyondessential/tupaia", "directory": "packages/weather-api" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { diff --git a/packages/web-config-server/package.json b/packages/web-config-server/package.json index 6c2d0cc8a8..c56b48c5a6 100755 --- a/packages/web-config-server/package.json +++ b/packages/web-config-server/package.json @@ -8,7 +8,7 @@ "url": "git+https://github.com/beyondessential/tupaia", "directory": "packages/web-config-server" }, - "author": "Beyond Essential Systems (https://beyondessential.com.au)", + "author": "Beyond Essential Systems (https://bes.au)", "main": "dist/index.js", "scripts": { "build": "rm -rf dist && npm run --prefix ../../ package:build:js",