chore: fix invalid package files with npm pkg fix

This commit is contained in:
Daniel Roe 2023-10-24 12:09:34 +09:00
parent 2080d82471
commit 4d0474c4b6
13 changed files with 56 additions and 15 deletions

View File

@ -17,10 +17,15 @@
"vuejs"
],
"homepage": "https://github.com/nuxt/nuxt.js#readme",
"repository": "nuxt/nuxt.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
},
"license": "MIT",
"main": "dist/nuxt-start.js",
"bin": "bin/nuxt-start.js",
"bin": {
"nuxt-start": "bin/nuxt-start.js"
},
"files": [
"bin",
"dist"

View File

@ -16,11 +16,14 @@
"vue.js",
"vuejs"
],
"repository": "nuxt/nuxt.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
},
"license": "MIT",
"main": "dist/nuxt.js",
"bin": {
"nuxt": "./bin/nuxt.js"
"nuxt": "bin/nuxt.js"
},
"files": [
"bin",

View File

@ -2,7 +2,10 @@
"name": "@nuxt/babel-preset-app",
"version": "2.17.2",
"description": "babel-preset-app for nuxt",
"repository": "nuxt/nuxt.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
},
"license": "MIT",
"author": "Evan You",
"contributors": [

View File

@ -1,7 +1,10 @@
{
"name": "@nuxt/builder",
"version": "2.17.2",
"repository": "nuxt/nuxt.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
},
"license": "MIT",
"main": "dist/builder.js",
"files": [

View File

@ -1,7 +1,10 @@
{
"name": "@nuxt/cli",
"version": "2.17.2",
"repository": "nuxt/nuxt.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
},
"license": "MIT",
"main": "dist/cli.js",
"bin": {

View File

@ -1,7 +1,10 @@
{
"name": "@nuxt/core",
"version": "2.17.2",
"repository": "nuxt/nuxt.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
},
"license": "MIT",
"main": "dist/core.js",
"files": [

View File

@ -1,7 +1,10 @@
{
"name": "@nuxt/generator",
"version": "2.17.2",
"repository": "nuxt/nuxt.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
},
"license": "MIT",
"main": "dist/generator.js",
"files": [

View File

@ -1,7 +1,10 @@
{
"name": "@nuxt/server",
"version": "2.17.2",
"repository": "nuxt/nuxt.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
},
"license": "MIT",
"main": "dist/server.js",
"files": [

View File

@ -2,7 +2,10 @@
"name": "@nuxt/types",
"version": "2.17.2",
"description": "Nuxt types",
"repository": "nuxt/nuxt.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
},
"license": "MIT",
"main": "index.js",
"types": "index.d.ts",

View File

@ -1,7 +1,10 @@
{
"name": "@nuxt/utils",
"version": "2.17.2",
"repository": "nuxt/nuxt.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
},
"license": "MIT",
"main": "dist/utils.js",
"files": [

View File

@ -1,7 +1,10 @@
{
"name": "@nuxt/vue-app",
"version": "2.17.2",
"repository": "nuxt/nuxt.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
},
"license": "MIT",
"main": "dist/vue-app.js",
"typings": "index.d.ts",

View File

@ -1,7 +1,10 @@
{
"name": "@nuxt/vue-renderer",
"version": "2.17.2",
"repository": "nuxt/nuxt.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
},
"license": "MIT",
"main": "dist/vue-renderer.js",
"files": [

View File

@ -1,7 +1,10 @@
{
"name": "@nuxt/webpack",
"version": "2.17.2",
"repository": "nuxt/nuxt.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
},
"license": "MIT",
"main": "dist/webpack.js",
"files": [