Skip to content

Commit 2d8d34f

Browse files
committed
Fix repo format
1 parent 39f8343 commit 2d8d34f

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
@@ -25,7 +25,10 @@
2525
"tailorable"
2626
],
2727
"author": "Joe Hildebrand <joe-github@cursive.net>",
28-
"repository": "cto-af/linebreak",
28+
"repository": {
29+
"type": "git",
30+
"url": "git+https://github.com/cto-af/linebreak.git"
31+
},
2932
"license": "MIT",
3033
"devDependencies": {
3134
"@peggyjs/eslint-config": "4.0.3",

0 commit comments

Comments
 (0)