Skip to content

Commit

Permalink
fix: update repo URLs in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed May 5, 2024
1 parent 60645cb commit 883c96f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/clarity-feature-toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
11 changes: 10 additions & 1 deletion packages/create-clarity-feature/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 883c96f

Please sign in to comment.