Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ship: v2.0.2 #23

Merged
merged 3 commits into from
Jun 15, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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';