mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-24 22:55:13 +00:00
chore: fix invalid package files with npm pkg fix
This commit is contained in:
parent
2080d82471
commit
4d0474c4b6
@ -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"
|
||||
|
@ -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",
|
||||
|
@ -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": [
|
||||
|
@ -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": [
|
||||
|
@ -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": {
|
||||
|
@ -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": [
|
||||
|
@ -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": [
|
||||
|
@ -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": [
|
||||
|
@ -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",
|
||||
|
@ -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": [
|
||||
|
@ -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",
|
||||
|
@ -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": [
|
||||
|
@ -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": [
|
||||
|
Loading…
Reference in New Issue
Block a user