Skip to content

Commit 3cc724a

Browse files
author
Bart Veneman
committed
fix package.json repository field
1 parent 0c52adc commit 3cc724a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"version": "2.0.0",
55
"type": "module",
66
"homepage": "https://github.com/projectwallace/css-time-sort",
7-
"repository": "https://github.com/projectwallace/css-time-sort",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/projectwallace/css-time-sort.git"
10+
},
811
"issues": "https://github.com/projectwallace/css-time-sort/issues",
912
"license": "MIT",
1013
"author": "Bart Veneman",
@@ -40,4 +43,4 @@
4043
"typescript": "^5.4.5",
4144
"uvu": "^0.5.6"
4245
}
43-
}
46+
}

0 commit comments

Comments
 (0)