diff --git a/README.md b/README.md index 1435e62e..377d69fa 100644 --- a/README.md +++ b/README.md @@ -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] @@ -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 diff --git a/package.json b/package.json index f56ccd37..431c6b30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coreui/react", - "version": "2.0.1", + "version": "2.0.2", "description": "CoreUI React Bootstrap 4 components", "license": "MIT", "author": { @@ -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", @@ -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", diff --git a/src/index.js b/src/index.js index ba4ee816..c462f556 100644 --- a/src/index.js +++ b/src/index.js @@ -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';