Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

Commit

Permalink
fix(app): remove app container (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdhanaraj authored Jun 8, 2017
1 parent ca65b83 commit af8f8c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
export Accordion from './components/Accordion';
export AccordionItem from './components/AccordionItem';
export AppContainer from './components/AppContainer';
export Breadcrumb from './components/Breadcrumb';
export BreadcrumbItem from './components/BreadcrumbItem';
export Button from './components/Button';
Expand Down
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "carbon-components-react",
"version": "3.0.0",
"description": "A React wrapper for bluemix-components",
"version": "3.0.1",
"description": "A React wrapper for carbon-components",
"main": "cjs/index.js",
"module": "es/index.js",
"scripts": {
Expand All @@ -13,12 +13,13 @@
"commitmsg": "validate-commit-msg",
"commit": "git cz",
"storybook": "start-storybook -p 8080",
"build-storybook": "build-storybook"
"build-storybook": "build-storybook",
"start": "npm run storybook"
},
"keywords": [
"react",
"bluemix",
"bluemix-components"
"carbon",
"carbon-components"
],
"files": [
"cjs/**/*",
Expand Down

0 comments on commit af8f8c1

Please sign in to comment.