Update package.json with correct author information and repository URLs

This commit is contained in:
sinanisler
2025-06-23 01:13:09 +03:00
parent 1a9dbaa6d6
commit c63e52c895
+6 -6
View File
@@ -33,18 +33,18 @@
],
"author": {
"name": "Your Name",
"email": "your.email@example.com",
"url": "https://your-website.com"
"email": "sinan@sinan.im",
"url": "https://sinan.im"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/yourusername/web-accessibility-widget.git"
"url": "git+https://github.com/sinanisler/accessibility-widgets.git"
},
"bugs": {
"url": "https://github.com/yourusername/web-accessibility-widget/issues"
"url": "https://github.com/sinanisler/accessibility-widgets/issues"
},
"homepage": "https://github.com/yourusername/web-accessibility-widget#readme",
"homepage": "https://github.com/sinanisler/accessibility-widgets#readme",
"files": [
"widget.js",
"README.md",
@@ -64,7 +64,7 @@
"peerDependencies": {},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/yourusername"
"url": "https://github.com/sponsors/sinanisler"
},
"jsdelivr": "widget.js",
"unpkg": "widget.js",