Update package.json to correct repository URL and homepage links

This commit is contained in:
Luke Hagar
2025-10-01 23:08:31 +00:00
parent 531a3897a1
commit e33cc19f5f

View File

@@ -46,11 +46,11 @@
"license": "MIT", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/luke/varsity.git" "url": "https://github.com/LukeHagar/varsity"
}, },
"homepage": "https://github.com/luke/varsity#readme", "homepage": "https://github.com/LukeHagar/varsity#readme",
"bugs": { "bugs": {
"url": "https://github.com/luke/varsity/issues" "url": "https://github.com/LukeHagar/varsity/issues"
}, },
"files": [ "files": [
"index.ts", "index.ts",