bump 1.11.2

This commit is contained in:
Benjy Cui 2016-09-26 15:51:24 +08:00
parent f0de230192
commit b093e8296a
2 changed files with 2 additions and 2 deletions

View File

@ -26,6 +26,6 @@ req.keys().forEach((mod) => {
if (process.env.NODE_ENV !== 'production') {
if (typeof console !== 'undefined' && console.warn) {
console.warn(`You are using prebuilt antd,
please use https://github.com/ant-design/babel-plugin-antd to reduce app bundle size.`);
please use https://www.npmjs.com/package/babel-plugin-antd to reduce app bundle size.`);
}
}

View File

@ -1,6 +1,6 @@
{
"name": "antd",
"version": "1.11.1",
"version": "1.11.2",
"title": "Ant Design",
"description": "An enterprise-class UI design language and React-based implementation",
"homepage": "http://ant.design/",