From 7a89e860cf8f12af1efbf3b0474d40b70fa67436 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 8 Nov 2023 12:48:26 +0000 Subject: [PATCH] chore: use correct `repository` syntax --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0b60174b0..d4497cdb5 100755 --- a/package.json +++ b/package.json @@ -2,7 +2,10 @@ "name": "@nuxt/image", "version": "1.0.0", "description": "Nuxt Image Module", - "repository": "nuxt/image", + "repository": { + "type": "git", + "url": "git+https://github.com/nuxt/image.git" + }, "homepage": "https://image.nuxt.com", "license": "MIT", "sideEffects": false,