From c283cc039c31ede0aa14f5cfca5f44f5a755ab75 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Fri, 12 Jan 2024 15:16:46 +0000 Subject: [PATCH] chore: update repository field for `@nuxt/config` --- packages/config/package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/config/package.json b/packages/config/package.json index 252953e77a..f1f3d2f31f 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,7 +1,10 @@ { "name": "@nuxt/config", "version": "2.17.3", - "repository": "nuxt/nuxt.js", + "repository": { + "type": "git", + "url": "git+https://github.com/nuxt/nuxt.js.git" + }, "license": "MIT", "main": "dist/config.js", "typings": "index.d.ts",