Skip to content

Commit

Permalink
Merge pull request #55 from ganderzz/hotfix/fix-export-statements
Browse files Browse the repository at this point in the history
Fix export statements of components
  • Loading branch information
ganderzz authored Apr 29, 2018
2 parents dc20fc3 + fdaffd2 commit 41ad659
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/react-scroll-to.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-scroll-to",
"version": "1.2.1",
"version": "1.2.2",
"description": "Scroll to a position using react",
"main": "./dist/react-scroll-to.js",
"types": "./dist/definitions",
Expand Down
6 changes: 3 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { ScrollTo } from "./ScrollTo";
export { ScrollArea } from "./ScrollArea";
export { ScrollToHOC } from "./ScrollToHOC";
export { default as ScrollTo } from "./ScrollTo";
export { default as ScrollArea } from "./ScrollArea";
export { default as ScrollToHOC } from "./ScrollToHOC";

0 comments on commit 41ad659

Please sign in to comment.