[build] 0.0.4

This commit is contained in:
niunai 2017-02-27 21:13:13 +08:00
parent 2aa4cba4f5
commit ec16d5246d
3 changed files with 2 additions and 5 deletions

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

View File

@ -1,6 +1,6 @@
{
"name": "@youzan/zanui-css",
"version": "0.0.3",
"version": "0.0.4",
"description": "zanui css.",
"main": "lib/index.css",
"style": "lib/index.css",

View File

@ -41,7 +41,7 @@ if (typeof window !== 'undefined' && window.Vue) {
export default {
install,
version: '0.0.3',
version: '0.0.4',
Button,
Switch,
Field,