[build] 0.10.3

This commit is contained in:
陈嘉涵 2017-10-25 12:44:43 +08:00
parent c1cc80bd12
commit 15aa014132
4 changed files with 6 additions and 6 deletions

View File

@ -112,7 +112,7 @@
"vue-loader": "^13.3.0",
"vue-markdown-loader": "^2.2.2",
"vue-router": "^3.0.1",
"vue-sfc-compiler": "^0.0.3",
"vue-sfc-compiler": "^0.0.4",
"vue-style-loader": "^3.0.0",
"vue-template-compiler": "^2.5.2",
"webpack": "^3.8.1",

View File

@ -59,7 +59,7 @@ import TreeSelect from './tree-select';
import Uploader from './uploader';
import Waterfall from './waterfall';
const version = '0.10.2';
const version = '0.10.3';
const components = [
Actionsheet,
AddressEdit,

View File

@ -1,6 +1,6 @@
{
"name": "vant-css",
"version": "0.10.2",
"version": "0.10.3",
"description": "vant css.",
"main": "lib/index.css",
"style": "lib/index.css",

View File

@ -7914,9 +7914,9 @@ vue-router@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.0.1.tgz#d9b05ad9c7420ba0f626d6500d693e60092cc1e9"
vue-sfc-compiler@^0.0.3:
version "0.0.3"
resolved "https://registry.yarnpkg.com/vue-sfc-compiler/-/vue-sfc-compiler-0.0.3.tgz#3fe3d34393f91ef1bb2bf6d2b00a8c70fd413be0"
vue-sfc-compiler@^0.0.4:
version "0.0.4"
resolved "https://registry.yarnpkg.com/vue-sfc-compiler/-/vue-sfc-compiler-0.0.4.tgz#fb2158a87b19e2116fb7cff6e5ff688bcff8b545"
dependencies:
vue-template-compiler ">=2.5.0"
vue-template-es2015-compiler ">=1.6.0"