chore: adjust package.json

This commit is contained in:
Evan You 2019-12-19 12:04:07 -05:00
parent f848cf2ac8
commit bdbfead1e0
9 changed files with 13 additions and 13 deletions

View File

@ -4,11 +4,11 @@
"description": "@vue/compiler-core",
"main": "index.js",
"module": "dist/compiler-core.esm-bundler.js",
"types": "dist/compiler-core.d.ts",
"files": [
"index.js",
"dist"
],
"types": "dist/compiler-core.d.ts",
"buildOptions": {
"name": "VueCompilerCore",
"formats": [

View File

@ -4,12 +4,12 @@
"description": "@vue/compiler-dom",
"main": "index.js",
"module": "dist/compiler-dom.esm-bundler.js",
"types": "dist/compiler-dom.d.ts",
"unpkg": "dist/compiler-dom/global.js",
"files": [
"index.js",
"dist"
],
"types": "dist/compiler-dom.d.ts",
"unpkg": "dist/compiler-dom/global.js",
"sideEffects": false,
"buildOptions": {
"name": "VueCompilerDOM",

View File

@ -3,10 +3,10 @@
"version": "3.0.0-alpha.0",
"description": "@vue/compiler-sfc",
"main": "dist/compiler-sfc.cjs.js",
"types": "dist/compiler-sfc.d.ts",
"files": [
"dist"
],
"types": "dist/compiler-sfc.d.ts",
"buildOptions": {
"prod": false,
"formats": [

View File

@ -4,12 +4,12 @@
"description": "@vue/reactivity",
"main": "index.js",
"module": "dist/reactivity.esm-bundler.js",
"types": "dist/reactivity.d.ts",
"unpkg": "dist/reactivity.global.js",
"files": [
"index.js",
"dist"
],
"types": "dist/reactivity.d.ts",
"unpkg": "dist/reactivity.global.js",
"sideEffects": false,
"repository": {
"type": "git",

View File

@ -4,11 +4,11 @@
"description": "@vue/runtime-core",
"main": "index.js",
"module": "dist/runtime-core.esm-bundler.js",
"types": "dist/runtime-core.d.ts",
"files": [
"index.js",
"dist"
],
"types": "dist/runtime-core.d.ts",
"buildOptions": {
"name": "VueRuntimeCore",
"formats": [

View File

@ -4,12 +4,12 @@
"description": "@vue/runtime-dom",
"main": "index.js",
"module": "dist/runtime-dom.esm-bundler.js",
"types": "dist/runtime-dom.d.ts",
"unpkg": "dist/runtime-dom.global.js",
"files": [
"index.js",
"dist"
],
"types": "dist/runtime-dom.d.ts",
"unpkg": "dist/runtime-dom.global.js",
"sideEffects": false,
"buildOptions": {
"name": "VueRuntimeDOM",

View File

@ -5,11 +5,11 @@
"private": true,
"main": "index.js",
"module": "dist/runtime-test.esm-bundler.js",
"types": "dist/runtime-test.d.ts",
"files": [
"index.js",
"dist"
],
"types": "dist/runtime-test.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue.git"

View File

@ -3,11 +3,11 @@
"version": "3.0.0-alpha.0",
"description": "@vue/server-renderer",
"main": "index.js",
"types": "dist/server-renderer.d.ts",
"files": [
"index.js",
"dist"
],
"types": "dist/server-renderer.d.ts",
"buildOptions": {
"formats": [
"cjs"

View File

@ -4,12 +4,12 @@
"description": "vue",
"main": "index.js",
"module": "dist/vue.runtime.esm-bundler.js",
"types": "dist/vue.d.ts",
"unpkg": "dist/vue.global.js",
"files": [
"index.js",
"dist"
],
"types": "dist/vue.d.ts",
"unpkg": "dist/vue.global.js",
"buildOptions": {
"name": "Vue",
"formats": [