Skip to content

Commit

Permalink
docs: add missing homepage/repo in published package (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding authored Jun 27, 2024
1 parent 472c90d commit 844c483
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
}
}
},
"homepage": "https://github.com/formkit/tempo",
"repository": {
"type": "git",
"url": "https://github.com/formkit/tempo.git"
},
"bugs": {
"url": "https://github.com/formkit/tempo/issues"
},
"scripts": {
"dev": "cd ./docs && pnpm nuxt dev",
"build": "tsup",
Expand Down

0 comments on commit 844c483

Please sign in to comment.