build: release script
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/runtime-dom",
|
||||
"version": "3.0.0-alpha.1",
|
||||
"version": "3.0.0-alpha.0",
|
||||
"description": "@vue/runtime-dom",
|
||||
"main": "index.js",
|
||||
"module": "dist/runtime-dom.esm-bundler.js",
|
||||
@@ -13,8 +13,15 @@
|
||||
"sideEffects": false,
|
||||
"buildOptions": {
|
||||
"name": "VueDOMRuntime",
|
||||
"formats": ["esm", "cjs", "global", "esm-browser"],
|
||||
"dts": ["jsx.d.ts"]
|
||||
"formats": [
|
||||
"esm",
|
||||
"cjs",
|
||||
"global",
|
||||
"esm-browser"
|
||||
],
|
||||
"dts": [
|
||||
"jsx.d.ts"
|
||||
]
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -30,6 +37,6 @@
|
||||
},
|
||||
"homepage": "https://github.com/vuejs/vue/tree/dev/packages/runtime-dom#readme",
|
||||
"dependencies": {
|
||||
"@vue/runtime-core": "3.0.0-alpha.1"
|
||||
"@vue/runtime-core": "3.0.0-alpha.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user