We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7293d39 commit 52d9f0aCopy full SHA for 52d9f0a
package.json
@@ -2,7 +2,7 @@
2
"name": "@commt/rn-sdk",
3
"version": "0.0.2",
4
"description": "Ultimate chat plugin for react native applications",
5
- "main": "index.tsx",
+ "main": "src/index.tsx",
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1"
8
},
@@ -42,8 +42,12 @@
42
"react-native-chat-plugin"
43
],
44
"contributors": [
45
- {"name": "Mesut KILINCASLAN"},
46
- {"name": "Sedanur AKÇİL"}
+ {
+ "name": "Mesut KILINCASLAN"
47
+ },
48
49
+ "name": "Sedanur AKÇİL"
50
+ }
51
52
"bugs": {
53
"url": "https://github.com/commt/rn-sdk.git/issues"
0 commit comments