Skip to content

Commit

Permalink
chore: fix package repo
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Feb 21, 2024
1 parent 0dacd0f commit 8950351
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"private": false,
"version": "0.1.0",
"description": "Nuxt Toolkit to create full-stack applications on the Edge.",
"repository": "nuxt-hub/core",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt-hub/core.git"
},
"license": "Apache-2.0",
"type": "module",
"exports": {
Expand Down

0 comments on commit 8950351

Please sign in to comment.