Skip to content

Commit

Permalink
Update package json homepages (#6)
Browse files Browse the repository at this point in the history
* 📝 beautify readme and add shields.io tags

* ⚰️ remove useless code

* 📦 change castore root repo in package.json

* 📝 update castore npm homepage
  • Loading branch information
valentinbeggi authored Aug 12, 2022
1 parent 85c0170 commit 819512a
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions demo/blueprint/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/dynamodb-event-storage-adapter/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/inmemory-event-storage-adapter/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/json-schema-event/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/test-tools/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/zod-event/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 819512a

Please sign in to comment.