diff --git a/index.js b/index.js index e236315..fe6db60 100644 --- a/index.js +++ b/index.js @@ -1 +1 @@ -export * from './IconicInput' \ No newline at end of file +export * from './IconicTextbox' \ No newline at end of file diff --git a/package.json b/package.json index a19f4ed..14c1272 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iconic-input", - "version": "1.0.1", + "version": "1.0.2", "description": "Beautiful Input components for React Native", "main": "index.js", "scripts": {