release: v3.0.0-alpha.6

This commit is contained in:
Evan You
2020-02-22 08:25:32 +01:00
parent 99a2e18c97
commit 9ab22c7ae6
15 changed files with 71 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@vue/runtime-dom",
"version": "3.0.0-alpha.5",
"version": "3.0.0-alpha.6",
"description": "@vue/runtime-dom",
"main": "index.js",
"module": "dist/runtime-dom.esm-bundler.js",
@@ -37,7 +37,7 @@
},
"homepage": "https://github.com/vuejs/vue/tree/dev/packages/runtime-dom#readme",
"dependencies": {
"@vue/runtime-core": "3.0.0-alpha.5",
"@vue/runtime-core": "3.0.0-alpha.6",
"csstype": "^2.6.8"
}
}