Skip to content

Commit 06652e6

Browse files
authored
Fix repository field formatting in package.json
1 parent 21d28d8 commit 06652e6

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@
1111
"node": ">=18.0.0"
1212
},
1313
"repository": {
14-
"repository": {
15-
"type": "git",
16-
"url": "git://github.com/johnmclear/ep_special_characters.git"
17-
}
14+
"type": "git",
15+
"url": "git://github.com/johnmclear/ep_special_characters.git"
1816
},
1917
"funding": {
2018
"type": "individual",

0 commit comments

Comments
 (0)