fix: correct repository URLs for npm listings
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user