From 2ff73b749e8b327a8f46be6ca52ae36199e83258 Mon Sep 17 00:00:00 2001 From: Ankur Datta <64993082+ankur-arch@users.noreply.github.com> Date: Thu, 14 Nov 2024 15:47:20 +0600 Subject: [PATCH] fix(custom): change repo details --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0befeb2..462433b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,10 @@ "name": "@prisma/nuxt", "version": "0.0.34", "description": "Integrate Nuxt with Prisma", - "repository": "prisma/nuxt-prisma", + "repository": { + "type": "git", + "url": "git+https://github.com/prisma/nuxt-prisma.git" + }, "license": "MIT", "type": "module", "exports": {