diff --git a/index.js b/index.js index 4b7c9ca..be7965a 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,3 @@ -import SwipeView from './src'; +import SwipeView from './lib'; export default SwipeView; diff --git a/package.json b/package.json index 4010e81..90d929a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-swipeview", - "version": "1.0.2", + "version": "1.0.3", "description": "SwipeView component for React Native.", "main": "index.js", "scripts": {