From 883c96f34a15abda2765fdb72370f71488022615 Mon Sep 17 00:00:00 2001 From: Andy Edwards Date: Sun, 5 May 2024 13:31:08 -0500 Subject: [PATCH] fix: update repo URLs in package.json --- packages/clarity-feature-toolkit/package.json | 9 +++++++++ packages/create-clarity-feature/package.json | 11 ++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/packages/clarity-feature-toolkit/package.json b/packages/clarity-feature-toolkit/package.json index 3e6eb77..2f10e96 100644 --- a/packages/clarity-feature-toolkit/package.json +++ b/packages/clarity-feature-toolkit/package.json @@ -10,6 +10,15 @@ ], "author": "Andy Edwards", "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/jcoreio/clarity-feature-toolkit.git", + "directory": "packages/clarity-feature-toolkit" + }, + "bugs": { + "url": "https://github.com/jcoreio/clarity-feature-toolkit/issues" + }, + "homepage": "https://github.com/jcoreio/clarity-feature-toolkit/tree/master/packages/clarity-feature-toolkit", "bin": { "clarity-feature-toolkit": "./dist/cli/index.js" }, diff --git a/packages/create-clarity-feature/package.json b/packages/create-clarity-feature/package.json index 046373c..0af392f 100644 --- a/packages/create-clarity-feature/package.json +++ b/packages/create-clarity-feature/package.json @@ -10,12 +10,21 @@ "prepublishOnly": "echo This package is meant to be published by semantic-release from the dist build directory. && exit 1" }, "author": "Andy Edwards", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/jcoreio/create-clarity-feature.git", + "directory": "packages/create-clarity-feature" + }, + "bugs": { + "url": "https://github.com/jcoreio/clarity-feature-toolkit/issues" + }, + "homepage": "https://github.com/jcoreio/clarity-feature-toolkit/tree/master/packages/create-clarity-feature", "keywords": [ "jcore systems", "jcore.io", "clarity" ], - "license": "MIT", "devDependencies": { "@jcoreio/eslint-plugin-implicit-dependencies": "^1.1.1", "@jcoreio/toolchain": "^4.1.0",