Skip to content

Commit

Permalink
fix ie8
Browse files Browse the repository at this point in the history
  • Loading branch information
yiminghe committed Jan 15, 2016
1 parent 3ecd443 commit 01392c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-data-binding",
"version": "0.4.0",
"version": "0.4.1",
"description": "do react data binding easily",
"keywords": [
"react",
Expand Down
8 changes: 5 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export { createContainer } from './createContainer';
export { createRootContainer } from './createRootContainer';
export { Store } from './Store';
import { createContainer } from './createContainer';
import { createRootContainer } from './createRootContainer';
import { Store } from './Store';

export { createContainer, createRootContainer, Store};

0 comments on commit 01392c8

Please sign in to comment.