mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
chore: fix repository
fields in package.json
This commit is contained in:
parent
2832f0114b
commit
54529c17db
@ -1,7 +1,10 @@
|
||||
{
|
||||
"name": "nuxt-framework",
|
||||
"private": true,
|
||||
"repository": "nuxt/nuxt",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nuxt/nuxt.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
@ -81,5 +84,6 @@
|
||||
"packageManager": "pnpm@8.10.2",
|
||||
"engines": {
|
||||
"node": "^14.18.0 || >=16.10.0"
|
||||
}
|
||||
},
|
||||
"version": ""
|
||||
}
|
||||
|
@ -1,7 +1,10 @@
|
||||
{
|
||||
"name": "@nuxt/kit",
|
||||
"version": "3.8.1",
|
||||
"repository": "nuxt/nuxt",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nuxt/nuxt.git"
|
||||
},
|
||||
"description": "Toolkit for authoring modules and interacting with Nuxt",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
|
@ -1,14 +1,17 @@
|
||||
{
|
||||
"name": "nuxt",
|
||||
"version": "3.8.1",
|
||||
"repository": "nuxt/nuxt",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nuxt/nuxt.git"
|
||||
},
|
||||
"description": "Nuxt is a free and open-source framework with an intuitive and extendable way to create type-safe, performant and production-grade full-stack web applications and websites with Vue.js.",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"types": "./types.d.ts",
|
||||
"bin": {
|
||||
"nuxi": "./bin/nuxt.mjs",
|
||||
"nuxt": "./bin/nuxt.mjs"
|
||||
"nuxi": "bin/nuxt.mjs",
|
||||
"nuxt": "bin/nuxt.mjs"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
|
@ -1,7 +1,10 @@
|
||||
{
|
||||
"name": "@nuxt/schema",
|
||||
"version": "3.8.1",
|
||||
"repository": "nuxt/nuxt",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nuxt/nuxt.git"
|
||||
},
|
||||
"description": "Nuxt types and default configuration",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
|
@ -1,7 +1,10 @@
|
||||
{
|
||||
"name": "@nuxt/vite-builder",
|
||||
"version": "3.8.1",
|
||||
"repository": "nuxt/nuxt",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nuxt/nuxt.git"
|
||||
},
|
||||
"description": "Vite bundler for Nuxt",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
|
@ -1,7 +1,10 @@
|
||||
{
|
||||
"name": "@nuxt/webpack-builder",
|
||||
"version": "3.8.1",
|
||||
"repository": "nuxt/nuxt",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nuxt/nuxt.git"
|
||||
},
|
||||
"description": "Webpack bundler for Nuxt",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
|
Loading…
Reference in New Issue
Block a user