mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 03:59:01 +08:00
change rc-style to ant-style
This commit is contained in:
parent
5a0c7977f0
commit
4a978ebf05
2
index.js
2
index.js
@ -1,4 +1,4 @@
|
|||||||
require('rc-style/index.less');
|
require('ant-style/index.less');
|
||||||
|
|
||||||
var antd = {
|
var antd = {
|
||||||
datepicker: require('./components/datepicker'),
|
datepicker: require('./components/datepicker'),
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
"gregorian-calendar-format": "~3.0.1",
|
"gregorian-calendar-format": "~3.0.1",
|
||||||
"rc-calendar": "~3.8.0",
|
"rc-calendar": "~3.8.0",
|
||||||
"rc-dialog": "~4.1.1",
|
"rc-dialog": "~4.1.1",
|
||||||
"rc-style": "git://github.com/ant-design/style.git",
|
"ant-style": "git://github.com/ant-design/style.git",
|
||||||
"rc-tooltip": "~1.2.0"
|
"rc-tooltip": "~1.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
Loading…
Reference in New Issue
Block a user