From 8950351a2db093bf15fd4614edc05db2538a28a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Wed, 21 Feb 2024 10:49:04 +0100 Subject: [PATCH] chore: fix package repo --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 754ac9a8..e12c05f8 100644 --- a/package.json +++ b/package.json @@ -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": {