Update package.json with correct author information and repository URLs
This commit is contained in:
+6
-6
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user