File tree 3 files changed +8
-10
lines changed
3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 1
- ## @coreui/react v2 for [ CoreUI for React.js ] ( https://coreui.io/react/ )
1
+ ## @coreui/react v2 for [ CoreUI for React] ( https://coreui.io/react/ )
2
2
3
3
[ ![ npm package] [ npm-badge ]] [ npm ]
4
4
[ ![ npm next] [ npm-next ]] [ npm ]
20
20
[ circleci-badge] : https://circleci.com/gh/coreui/react/tree/master.svg?style=shield
21
21
[ circleci] : https://circleci.com/gh/coreui/react/tree/master.svg?style=shield
22
22
23
- _ @coreui/react v2_ :construction :
24
- - work in progress :warning :
25
23
- bootstrapped with [ nwb] ( https://github.com/insin/nwb ) toolkit
26
24
27
25
#### ` npm run ` scripts
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coreui/react" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.0.2 " ,
4
4
"description" : " CoreUI React Bootstrap 4 components" ,
5
5
"license" : " MIT" ,
6
6
"author" : {
35
35
"lint" : " eslint src"
36
36
},
37
37
"dependencies" : {
38
- "@coreui/icons" : " ^0.2 .0" ,
38
+ "@coreui/icons" : " ^0.3 .0" ,
39
39
"classnames" : " ^2.2.6" ,
40
40
"core-js" : " ^2.5.7" ,
41
41
"prop-types" : " ^15.6.1" ,
54
54
"eslint" : " ^4.19.1" ,
55
55
"eslint-plugin-import" : " ^2.12.0" ,
56
56
"eslint-plugin-react" : " ^7.9.1" ,
57
- "nwb" : " ^0.21.5 " ,
58
- "react" : " ^16.4.0 " ,
59
- "react-dom" : " ^16.4.0 " ,
60
- "sinon" : " 5.0.7"
57
+ "nwb" : " ^0.22.0 " ,
58
+ "react" : " ^16.4.1 " ,
59
+ "react-dom" : " ^16.4.1 " ,
60
+ "sinon" : " ^ 5.0.7"
61
61
},
62
62
"repository" : {
63
63
"type" : " git" ,
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ export AppSidebarMinimizer from './SidebarMinimizer';
13
13
export AppSidebarNav from './SidebarNav' ;
14
14
export AppSidebarToggler from './SidebarToggler' ;
15
15
export AppSwitch from './Switch' ;
16
- export AppLayout from './Shared' ;
16
+ // export AppLayout from './Shared';
You can’t perform that action at this time.
0 commit comments