We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c52adc commit 3cc724aCopy full SHA for 3cc724a
package.json
@@ -4,7 +4,10 @@
4
"version": "2.0.0",
5
"type": "module",
6
"homepage": "https://github.com/projectwallace/css-time-sort",
7
- "repository": "https://github.com/projectwallace/css-time-sort",
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/projectwallace/css-time-sort.git"
10
+ },
11
"issues": "https://github.com/projectwallace/css-time-sort/issues",
12
"license": "MIT",
13
"author": "Bart Veneman",
@@ -40,4 +43,4 @@
40
43
"typescript": "^5.4.5",
41
44
"uvu": "^0.5.6"
42
45
}
-}
46
+}
0 commit comments