Merge branch 'develop-1.0.0' of github.com:ant-design/ant-design into develop-1.0.0

This commit is contained in:
afc163 2016-04-01 18:46:09 +08:00
commit d84ed15292
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "antd",
"version": "0.12.13",
"version": "1.0.0-beta.0",
"title": "Ant Design",
"description": "一个 UI 设计语言",
"homepage": "http://ant.design/",
@ -175,4 +175,4 @@
"path": "./node_modules/cz-conventional-changelog"
}
}
}
}

View File

@ -1,7 +1,7 @@
rm -rf lib dist
npm run babel # generate /lib
atool-build --config webpack.antd.config.js # generate /dist
ANTD=PRODUCTION atool-build # generate /dist
node scripts/prenpm.js
npm publish $1 $2