提交 e1a6123a 编写于 作者: A afc163

Fix ES2015 syntax in unbabeled file

上级 5bcdcc3f
......@@ -57,7 +57,7 @@ if (process.env.NODE_ENV !== 'production') {
var semver = require('semver');
var reactVersionInDeps = '~0.13.3';
warning(semver.satisfies(React.version, reactVersionInDeps),
`antd@${antd.version} need to satisfies react@${reactVersionInDeps} which is ${React.version} now.`);
'antd@' + antd.version + ' need to satisfies react@' + reactVersionInDeps + ' which is ' + React.version + ' now.');
}
module.exports = antd;
{
"name": "antd",
"version": "0.9.4",
"stableVersion": "0.9.4",
"version": "0.9.5",
"stableVersion": "0.9.5",
"title": "Ant Design",
"description": "一个 UI 设计语言",
"homepage": "http://ant.design/",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册