From 322abe41e0501702ad44185f4b82285a4ec2d9f1 Mon Sep 17 00:00:00 2001 From: Dan Kadera Date: Wed, 23 Aug 2023 01:22:09 +0200 Subject: [PATCH] fix URLs to GitHub --- README.md | 8 ++++---- core/cli/package.json | 8 ++++---- core/dicc/package.json | 6 +++--- docs/index.html | 2 +- docs/sidebar.md | 2 +- package-lock.json | 6 +++--- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index ab5075b..a19de59 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ new features. There's no formal code style, if I have an issue with your indentation or something, I'll just fix it. -[1]: https://jahudka.github.io/dicc/ -[2]: https://github.com/jahudka/dicc/blob/main/core/cli/src/definitions.ts -[3]: https://github.com/jahudka/dicc/blob/main/core/cli/src/container.ts -[4]: https://github.com/jahudka/dicc/blob/main/core/cli/src/cli.ts +[1]: https://cdn77.github.io/dicc/ +[2]: https://github.com/cdn77/dicc/blob/main/core/cli/src/definitions.ts +[3]: https://github.com/cdn77/dicc/blob/main/core/cli/src/container.ts +[4]: https://github.com/cdn77/dicc/blob/main/core/cli/src/cli.ts diff --git a/core/cli/package.json b/core/cli/package.json index 4c373c0..4ac80d3 100644 --- a/core/cli/package.json +++ b/core/cli/package.json @@ -9,17 +9,17 @@ "ioc", "inversion of control" ], - "version": "0.0.30", + "version": "0.0.31", "license": "MIT", "author": { "name": "Dan Kadera", "email": "me@subsonic.cz", "url": "https://github.com/jahudka" }, - "homepage": "https://github.com/jahudka/dicc", + "homepage": "https://github.com/cdn77/dicc", "repository": { "type": "git", - "url": "https://github.com/jahudka/dicc.git", + "url": "https://github.com/cdn77/dicc.git", "directory": "core/cli" }, "files": [ @@ -32,7 +32,7 @@ "dicc": "dist/cli.js" }, "dependencies": { - "dicc": "^0.0.24", + "dicc": "^0.0.25", "ts-morph": "^18.0", "typescript": "^5.0", "yaml": "^2.3.1", diff --git a/core/dicc/package.json b/core/dicc/package.json index 91da69b..27644e5 100644 --- a/core/dicc/package.json +++ b/core/dicc/package.json @@ -9,17 +9,17 @@ "ioc", "inversion of control" ], - "version": "0.0.24", + "version": "0.0.25", "license": "MIT", "author": { "name": "Dan Kadera", "email": "me@subsonic.cz", "url": "https://github.com/jahudka" }, - "homepage": "https://github.com/jahudka/dicc", + "homepage": "https://github.com/cdn77/dicc", "repository": { "type": "git", - "url": "https://github.com/jahudka/dicc.git", + "url": "https://github.com/cdn77/dicc.git", "directory": "core/dicc" }, "files": [ diff --git a/docs/index.html b/docs/index.html index 736797a..829a37c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -13,7 +13,7 @@