chore: update repository field for @nuxt/config

This commit is contained in:
Daniel Roe 2024-01-12 15:16:46 +00:00
parent 4aa989d68a
commit c283cc039c
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B

View File

@ -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",