Skip to content

Commit

Permalink
Merge pull request #23 from coreui/dev-next
Browse files Browse the repository at this point in the history
ship: v2.0.2
  • Loading branch information
xidedix authored Jun 15, 2018
2 parents 58fed10 + 9f51b0d commit 8c54817
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## @coreui/react v2 for [CoreUI for React.js](https://coreui.io/react/)
## @coreui/react v2 for [CoreUI for React](https://coreui.io/react/)

[![npm package][npm-badge]][npm]
[![npm next][npm-next]][npm]
Expand All @@ -20,8 +20,6 @@
[circleci-badge]: https://circleci.com/gh/coreui/react/tree/master.svg?style=shield
[circleci]: https://circleci.com/gh/coreui/react/tree/master.svg?style=shield

_@coreui/react v2_ :construction:
- work in progress :warning:
- bootstrapped with [nwb](https://github.com/insin/nwb) toolkit

#### `npm run` scripts
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/react",
"version": "2.0.1",
"version": "2.0.2",
"description": "CoreUI React Bootstrap 4 components",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"lint": "eslint src"
},
"dependencies": {
"@coreui/icons": "^0.2.0",
"@coreui/icons": "^0.3.0",
"classnames": "^2.2.6",
"core-js": "^2.5.7",
"prop-types": "^15.6.1",
Expand All @@ -54,10 +54,10 @@
"eslint": "^4.19.1",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-react": "^7.9.1",
"nwb": "^0.21.5",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"sinon": "5.0.7"
"nwb": "^0.22.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"sinon": "^5.0.7"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ export AppSidebarMinimizer from './SidebarMinimizer';
export AppSidebarNav from './SidebarNav';
export AppSidebarToggler from './SidebarToggler';
export AppSwitch from './Switch';
export AppLayout from './Shared';
// export AppLayout from './Shared';

0 comments on commit 8c54817

Please sign in to comment.