Merge branch 'master' of gitlab.qima-inc.com:fe/zanui-vue

This commit is contained in:
cookfront
2017-02-27 21:35:26 +08:00
4 changed files with 4 additions and 7 deletions
-3
View File
@@ -30,9 +30,6 @@ then
# publish
git push origin master
git push origin refs/tags/v$VERSION
git checkout dev
git rebase master
git push origin dev
npm publish
fi
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@youzan/zanui-vue",
"version": "0.0.1",
"version": "0.0.4",
"description": "有赞vue wap组件库",
"main": "lib/zanui.js",
"style": "lib/zanui-css/index.css",
@@ -120,4 +120,4 @@
"webpack-node-externals": "^1.5.4",
"webpack-vendor-chunk-plugin": "^1.0.0"
}
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@youzan/zanui-css",
"version": "0.0.1",
"version": "0.0.4",
"description": "zanui css.",
"main": "lib/index.css",
"style": "lib/index.css",
+1 -1
View File
@@ -41,7 +41,7 @@ if (typeof window !== 'undefined' && window.Vue) {
export default {
install,
version: '0.0.1',
version: '0.0.4',
Button,
Switch,
Field,