build: correct LLK URLs in package.json

This commit is contained in:
Christopher Willis-Ford 2024-02-23 13:37:21 -08:00
parent 9cde18d8d0
commit 7249d52873

View file

@ -16,7 +16,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/LLK/scratch-semantic-release-config.git"
"url": "https://github.com/scratchfoundation/scratch-semantic-release-config.git"
},
"keywords": [
"semantic-release",
@ -30,9 +30,9 @@
"author": "Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/LLK/scratch-semantic-release-config/issues"
"url": "https://github.com/scratchfoundation/scratch-semantic-release-config/issues"
},
"homepage": "https://github.com/LLK/scratch-semantic-release-config#readme",
"homepage": "https://github.com/scratchfoundation/scratch-semantic-release-config#readme",
"config": {
"commitizen": {
"path": "cz-conventional-changelog"