Comparing version 0.9.0-beta4 to 0.9.0-beta5
@@ -1,3 +0,2 @@ | ||
import './style/index.less'; | ||
import deprecate from 'util-deprecate'; | ||
require('./index.css'); | ||
@@ -51,6 +50,6 @@ // matchMedia polyfill for | ||
// deprecate antd.confirm | ||
antd.confirm = deprecate(antd.confirm, 'antd.confirm() is deprecated, use antd.Modal.confirm() instead'); | ||
antd.confirm = require('util-deprecate')(antd.confirm, 'antd.confirm() is deprecated, use antd.Modal.confirm() instead'); | ||
module.exports = antd; | ||
antd.version = '0.9.0-beta4'; | ||
antd.version = '0.9.0-beta5'; |
{ | ||
"name": "antd", | ||
"version": "0.9.0-beta4", | ||
"version": "0.9.0-beta5", | ||
"stableVersion": "0.8.0", | ||
@@ -5,0 +5,0 @@ "title": "Ant Design", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
353400
12496