Skip to content

Commit 7a89e86

Browse files
committed
chore: use correct repository syntax
1 parent 65ecb14 commit 7a89e86

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "@nuxt/image",
33
"version": "1.0.0",
44
"description": "Nuxt Image Module",
5-
"repository": "nuxt/image",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/nuxt/image.git"
8+
},
69
"homepage": "https://image.nuxt.com",
710
"license": "MIT",
811
"sideEffects": false,

0 commit comments

Comments
 (0)