Skip to content

Commit 8950351

Browse files
committed
chore: fix package repo
1 parent 0dacd0f commit 8950351

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"private": false,
44
"version": "0.1.0",
55
"description": "Nuxt Toolkit to create full-stack applications on the Edge.",
6-
"repository": "nuxt-hub/core",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/nuxt-hub/core.git"
9+
},
710
"license": "Apache-2.0",
811
"type": "module",
912
"exports": {

0 commit comments

Comments
 (0)