Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
Fix bug where package wasn't exported properly
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Jul 17, 2017
1 parent c20dc6d commit d8c44c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

### vNEXT

### v2.0.1
- Fix bug where package wasn't exported properly [PR #67 (comment)](https://github.com/alexcurtis/react-treebeard/pull/67#issuecomment-312475622)

### v2.0.0
- **BREAKING:** The `peerDependencies` range (for both `react` & `react-dom`)has been changed from `^0.14 || ^15.0` to `^15.5.4`.
- Uses `prop-types` package instead of `React.PropTypes`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-treebeard",
"version": "2.0.0",
"version": "2.0.1",
"description": "React Tree View Component",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import decorators from './components/decorators';
import animations from './themes/animations';
import theme from './themes/default';

export default {
export {
Treebeard,
decorators,
animations,
Expand Down

0 comments on commit d8c44c9

Please sign in to comment.