Skip to content

Commit c3bbfbf

Browse files
committed
main path fix
1 parent d3c7d87 commit c3bbfbf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

example/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@freakycoder/react-native-bounceable": "^0.2.4",
14+
"@freakycoder/react-native-text-input": "^0.1.0",
1415
"react": "16.13.1",
1516
"react-native": "0.63.3"
1617
},

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@freakycoder/react-native-text-input",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Modern text input with fully customization options for React Native",
5-
"main": "./build/dist/index.js",
5+
"main": "./build/dist/RNTextInput.js",
66
"repository": "[email protected]:WrathChaos/react-native-text-input.git",
77
"author": "FreakyCoder <[email protected]>",
88
"license": "MIT",

0 commit comments

Comments
 (0)