Skip to content

Commit 9fc54e8

Browse files
authored
chore: Fix "repository" metadata format for NPM (#106)
1 parent 5502bda commit 9fc54e8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@
3636
]
3737
}
3838
},
39-
"repository": "preactjs/preact-custom-element",
39+
"repository": {
40+
"type": "git",
41+
"url": "git+https://github.com/preactjs/preact-custom-element.git"
42+
},
4043
"keywords": [
4144
"preact",
4245
"web",

0 commit comments

Comments
 (0)