Skip to content

Commit 71df999

Browse files
committed
fix: correct repository URL case to match GitHub canonical name
Fix npm provenance verification by using 'Neovici' (capitalized) instead of 'neovici' in repository URLs. This resolves E422 error during semantic-release publish.
1 parent 566ed76 commit 71df999

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"lit-html",
88
"web-components"
99
],
10-
"homepage": "https://github.com/neovici/cosmoz-autocomplete#readme",
10+
"homepage": "https://github.com/Neovici/cosmoz-autocomplete#readme",
1111
"bugs": {
12-
"url": "https://github.com/neovici/cosmoz-autocomplete/issues"
12+
"url": "https://github.com/Neovici/cosmoz-autocomplete/issues"
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/neovici/cosmoz-autocomplete.git"
16+
"url": "git+https://github.com/Neovici/cosmoz-autocomplete.git"
1717
},
1818
"license": "Apache-2.0",
1919
"author": "",

0 commit comments

Comments
 (0)