Skip to content

Commit 52d9f0a

Browse files
committed
updated the package json file's main root
1 parent 7293d39 commit 52d9f0a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@commt/rn-sdk",
33
"version": "0.0.2",
44
"description": "Ultimate chat plugin for react native applications",
5-
"main": "index.tsx",
5+
"main": "src/index.tsx",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
@@ -42,8 +42,12 @@
4242
"react-native-chat-plugin"
4343
],
4444
"contributors": [
45-
{"name": "Mesut KILINCASLAN"},
46-
{"name": "Sedanur AKÇİL"}
45+
{
46+
"name": "Mesut KILINCASLAN"
47+
},
48+
{
49+
"name": "Sedanur AKÇİL"
50+
}
4751
],
4852
"bugs": {
4953
"url": "https://github.com/commt/rn-sdk.git/issues"

0 commit comments

Comments
 (0)