Merge pull request #102 from pascalorg/fix-npm-repo-urls

fix: correct repository URLs for npm listings
This commit is contained in:
Aymeric Rabot
2026-02-18 15:37:01 -05:00
committed by GitHub
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"
}
+4 -2
View File
@@ -49,8 +49,10 @@
],
"repository": {
"type": "git",
"url": "https://github.com/your-username/pascal-editor.git",
"url": "https://github.com/pascalorg/editor.git",
"directory": "packages/viewer"
},
"license": "MIT"
"license": "MIT",
"homepage": "https://github.com/pascalorg/editor/tree/main/packages/viewer#readme",
"bugs": "https://github.com/pascalorg/editor/issues"
}