Skip to content

Commit

Permalink
fix: ts doesn't support export from yet
Browse files Browse the repository at this point in the history
  • Loading branch information
paranoidjk committed Jun 12, 2018
1 parent 3c4e456 commit 98b8094
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rc-swipeout",
"version": "2.0.7",
"version": "2.0.8",
"description": "swipe out ui component for react(web and react-native)",
"keywords": [
"react",
Expand Down
4 changes: 3 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
export { default } from './Swipeout';
import Swipeout from './Swipeout';

export default Swipeout;

0 comments on commit 98b8094

Please sign in to comment.