chore: fix repository prop in package.json
This commit is contained in:
parent
26b8aa505f
commit
e6394f0825
1 changed files with 4 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue