Skip to content

Commit 844c483

Browse files
authored
docs: add missing homepage/repo in published package (#61)
1 parent 472c90d commit 844c483

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

+8
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@
2323
}
2424
}
2525
},
26+
"homepage": "https://github.com/formkit/tempo",
27+
"repository": {
28+
"type": "git",
29+
"url": "https://github.com/formkit/tempo.git"
30+
},
31+
"bugs": {
32+
"url": "https://github.com/formkit/tempo/issues"
33+
},
2634
"scripts": {
2735
"dev": "cd ./docs && pnpm nuxt dev",
2836
"build": "tsup",

0 commit comments

Comments
 (0)