chore: fix repository prop in package.json

This commit is contained in:
ayo 2026-05-08 14:41:16 +02:00
parent 26b8aa505f
commit e6394f0825

View file

@ -44,7 +44,10 @@
"lint": "eslint . --config eslint.config.mjs",
"prepare": "husky install"
},
"repository": "https://github.com/ayoayco/web-component-base",
"repository": {
"type": "git",
"url": "git+https://github.com/ayoayco/web-component-base.git"
},
"homepage": "https://WebComponent.io",
"keywords": [
"web components",