mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
chore: add homepage and repo directory to package.json
s (#24189)
Co-authored-by: Daniel Roe <daniel@roe.dev> Co-authored-by: Damian Głowala <damian.glowala.rebkow@gmail.com>
This commit is contained in:
parent
54529c17db
commit
dd6cc9e431
@ -3,8 +3,10 @@
|
|||||||
"version": "3.8.1",
|
"version": "3.8.1",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/nuxt/nuxt.git"
|
"url": "git+https://github.com/nuxt/nuxt.git",
|
||||||
|
"directory": "packages/kit"
|
||||||
},
|
},
|
||||||
|
"homepage": "https://nuxt.com/docs/api/kit",
|
||||||
"description": "Toolkit for authoring modules and interacting with Nuxt",
|
"description": "Toolkit for authoring modules and interacting with Nuxt",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
@ -3,8 +3,10 @@
|
|||||||
"version": "3.8.1",
|
"version": "3.8.1",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/nuxt/nuxt.git"
|
"url": "git+https://github.com/nuxt/nuxt.git",
|
||||||
|
"directory": "packages/nuxt"
|
||||||
},
|
},
|
||||||
|
"homepage": "https://nuxt.com",
|
||||||
"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.",
|
"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",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
@ -3,9 +3,11 @@
|
|||||||
"version": "3.8.1",
|
"version": "3.8.1",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/nuxt/nuxt.git"
|
"url": "git+https://github.com/nuxt/nuxt.git",
|
||||||
|
"directory": "packages/schema"
|
||||||
},
|
},
|
||||||
"description": "Nuxt types and default configuration",
|
"description": "Nuxt types and default configuration",
|
||||||
|
"homepage": "https://nuxt.com",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
@ -3,9 +3,11 @@
|
|||||||
"version": "3.8.1",
|
"version": "3.8.1",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/nuxt/nuxt.git"
|
"url": "git+https://github.com/nuxt/nuxt.git",
|
||||||
|
"directory": "packages/vite"
|
||||||
},
|
},
|
||||||
"description": "Vite bundler for Nuxt",
|
"description": "Vite bundler for Nuxt",
|
||||||
|
"homepage": "https://nuxt.com",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
@ -3,9 +3,11 @@
|
|||||||
"version": "3.8.1",
|
"version": "3.8.1",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/nuxt/nuxt.git"
|
"url": "git+https://github.com/nuxt/nuxt.git",
|
||||||
|
"directory": "packages/webpack"
|
||||||
},
|
},
|
||||||
"description": "Webpack bundler for Nuxt",
|
"description": "Webpack bundler for Nuxt",
|
||||||
|
"homepage": "https://nuxt.com",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
Loading…
Reference in New Issue
Block a user