fix: correct repository URLs for npm listings

This commit is contained in:
Anton Pascal
2026-02-18 20:27:52 +00:00
parent 8603e8953f
commit f497d9123a
2 changed files with 8 additions and 4 deletions
+4 -2
View File
@@ -54,8 +54,10 @@
],
"repository": {
"type": "git",
"url": "https://github.com/your-username/pascal-editor.git",
"url": "https://github.com/pascalorg/editor.git",
"directory": "packages/core"
},
"license": "MIT"
"license": "MIT",
"homepage": "https://github.com/pascalorg/editor/tree/main/packages/core#readme",
"bugs": "https://github.com/pascalorg/editor/issues"
}