Skip to content

Commit 03d7b30

Browse files
committed
main path is fixed
1 parent 6d6c7ae commit 03d7b30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@paraboly/react-native-input-bar",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Fully customizable, beautifully designed Input Bar for React Native",
55
"keywords": [
66
"input",
@@ -19,7 +19,7 @@
1919
],
2020
"homepage": "https://www.freakycoder.com",
2121
"bugs": "https://github.com/Paraboly/react-native-input-bar/issues",
22-
"main": "./lib/src/InputBar.js",
22+
"main": "./build/dist/InputBar.js",
2323
"repository": "git@github.com:Paraboly/react-native-input-bar.git",
2424
"author": "Kuray (FreakyCoder) <kurayogun@gmail.com>",
2525
"license": "MIT",

0 commit comments

Comments
 (0)