File tree Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Expand file tree Collapse file tree 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/ )
22
33[ ![ npm package] [ npm-badge ]] [ npm ]
44[ ![ npm next] [ npm-next ]] [ npm ]
2020[ circleci-badge] : https://circleci.com/gh/coreui/react/tree/master.svg?style=shield
2121[ circleci] : https://circleci.com/gh/coreui/react/tree/master.svg?style=shield
2222
23- _ @coreui/react v2_ :construction :
24- - work in progress :warning :
2523- bootstrapped with [ nwb] ( https://github.com/insin/nwb ) toolkit
2624
2725#### ` npm run ` scripts
Original file line number Diff line number Diff line change 11{
22 "name" : " @coreui/react" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.0.2 " ,
44 "description" : " CoreUI React Bootstrap 4 components" ,
55 "license" : " MIT" ,
66 "author" : {
3535 "lint" : " eslint src"
3636 },
3737 "dependencies" : {
38- "@coreui/icons" : " ^0.2 .0" ,
38+ "@coreui/icons" : " ^0.3 .0" ,
3939 "classnames" : " ^2.2.6" ,
4040 "core-js" : " ^2.5.7" ,
4141 "prop-types" : " ^15.6.1" ,
5454 "eslint" : " ^4.19.1" ,
5555 "eslint-plugin-import" : " ^2.12.0" ,
5656 "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"
6161 },
6262 "repository" : {
6363 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ export AppSidebarMinimizer from './SidebarMinimizer';
1313export AppSidebarNav from './SidebarNav' ;
1414export AppSidebarToggler from './SidebarToggler' ;
1515export 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