From 819512abccf689b4b26400757637cbe0d055bf5f Mon Sep 17 00:00:00 2001 From: Valentin Beggi <87306219+valentinbeggi@users.noreply.github.com> Date: Fri, 12 Aug 2022 16:06:19 +0200 Subject: [PATCH] Update package json homepages (#6) * :memo: beautify readme and add shields.io tags * :coffin: remove useless code * :package: change castore root repo in package.json * :memo: update castore npm homepage --- demo/blueprint/package.json | 4 ++-- packages/core/package.json | 4 ++-- packages/dynamodb-event-storage-adapter/package.json | 4 ++-- packages/inmemory-event-storage-adapter/package.json | 4 ++-- packages/json-schema-event/package.json | 4 ++-- packages/test-tools/package.json | 4 ++-- packages/zod-event/package.json | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/demo/blueprint/package.json b/demo/blueprint/package.json index af27046a..3898b436 100644 --- a/demo/blueprint/package.json +++ b/demo/blueprint/package.json @@ -1,8 +1,8 @@ { "name": "@castore/demo-blueprint", "license": "MIT", - "homepage": "https://github.com/theodo/castore#readme", - "bugs": "https://github.com/theodo/castore/issues", + "homepage": "https://github.com/castore-dev/castore#readme", + "bugs": "https://github.com/castore-dev/castore/issues", "repository": "theodo/castore.git", "sideEffects": false, "files": [ diff --git a/packages/core/package.json b/packages/core/package.json index 6d85bb8f..785ad55c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,8 +1,8 @@ { "name": "@castore/core", "license": "MIT", - "homepage": "https://github.com/theodo/castore#readme", - "bugs": "https://github.com/theodo/castore/issues", + "homepage": "https://github.com/castore-dev/castore#readme", + "bugs": "https://github.com/castore-dev/castore/issues", "repository": "theodo/castore.git", "keywords": [ "event", diff --git a/packages/dynamodb-event-storage-adapter/package.json b/packages/dynamodb-event-storage-adapter/package.json index 4da4ec33..d7c4db52 100644 --- a/packages/dynamodb-event-storage-adapter/package.json +++ b/packages/dynamodb-event-storage-adapter/package.json @@ -1,8 +1,8 @@ { "name": "@castore/dynamodb-event-storage-adapter", "license": "MIT", - "homepage": "https://github.com/theodo/castore#readme", - "bugs": "https://github.com/theodo/castore/issues", + "homepage": "https://github.com/castore-dev/castore#readme", + "bugs": "https://github.com/castore-dev/castore/issues", "repository": "theodo/castore.git", "keywords": [ "event", diff --git a/packages/inmemory-event-storage-adapter/package.json b/packages/inmemory-event-storage-adapter/package.json index d5cb72d7..dde50dee 100644 --- a/packages/inmemory-event-storage-adapter/package.json +++ b/packages/inmemory-event-storage-adapter/package.json @@ -1,8 +1,8 @@ { "name": "@castore/inmemory-event-storage-adapter", "license": "MIT", - "homepage": "https://github.com/theodo/castore#readme", - "bugs": "https://github.com/theodo/castore/issues", + "homepage": "https://github.com/castore-dev/castore#readme", + "bugs": "https://github.com/castore-dev/castore/issues", "repository": "theodo/castore.git", "keywords": [ "event", diff --git a/packages/json-schema-event/package.json b/packages/json-schema-event/package.json index 301bcfc2..d239abe4 100644 --- a/packages/json-schema-event/package.json +++ b/packages/json-schema-event/package.json @@ -1,8 +1,8 @@ { "name": "@castore/json-schema-event", "license": "MIT", - "homepage": "https://github.com/theodo/castore#readme", - "bugs": "https://github.com/theodo/castore/issues", + "homepage": "https://github.com/castore-dev/castore#readme", + "bugs": "https://github.com/castore-dev/castore/issues", "repository": "theodo/castore.git", "keywords": [ "event", diff --git a/packages/test-tools/package.json b/packages/test-tools/package.json index 18a5f568..20d85f68 100644 --- a/packages/test-tools/package.json +++ b/packages/test-tools/package.json @@ -1,8 +1,8 @@ { "name": "@castore/test-tools", "license": "MIT", - "homepage": "https://github.com/theodo/castore#readme", - "bugs": "https://github.com/theodo/castore/issues", + "homepage": "https://github.com/castore-dev/castore#readme", + "bugs": "https://github.com/castore-dev/castore/issues", "repository": "theodo/castore.git", "keywords": [ "event", diff --git a/packages/zod-event/package.json b/packages/zod-event/package.json index 66caec29..33282772 100644 --- a/packages/zod-event/package.json +++ b/packages/zod-event/package.json @@ -1,8 +1,8 @@ { "name": "@castore/zod-event", "license": "MIT", - "homepage": "https://github.com/theodo/castore#readme", - "bugs": "https://github.com/theodo/castore/issues", + "homepage": "https://github.com/castore-dev/castore#readme", + "bugs": "https://github.com/castore-dev/castore/issues", "repository": "theodo/castore.git", "keywords": [ "event",