Skip to content

Commit 1378856

Browse files
committed
fix: use explicit repository metadata for npm publishing
1 parent 63a2a04 commit 1378856

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@
3535
"redis"
3636
],
3737
"license": "MIT",
38-
"repository": "openupm/verdaccio-redis-search-patch",
38+
"repository": {
39+
"type": "git",
40+
"url": "git+https://github.com/openupm/verdaccio-redis-search-patch.git"
41+
},
3942
"author": "Favo Yang <https://github.com/favoyang>",
4043
"scripts": {
4144
"build": "tsc",

0 commit comments

Comments
 (0)