change rc-style to ant-style

This commit is contained in:
afc163 2015-06-08 12:08:52 +08:00
parent 5a0c7977f0
commit 4a978ebf05
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
require('rc-style/index.less');
require('ant-style/index.less');
var antd = {
datepicker: require('./components/datepicker'),

View File

@ -16,7 +16,7 @@
"gregorian-calendar-format": "~3.0.1",
"rc-calendar": "~3.8.0",
"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"
},
"devDependencies": {