Skip to content
This repository was archived by the owner on Nov 23, 2024. It is now read-only.

Commit 84c4862

Browse files
committed
Change android package name
1 parent 8e1f478 commit 84c4862

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

android/src/main/java/com/smooch/rnsmooch/ReactNativeSmooch.java renamed to android/src/main/java/com/el173/rnsmooch/ReactNativeSmooch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.smooch.rnsmooch;
1+
package com.el173.rnsmooch;
22

33
import android.content.Intent;
44

android/src/main/java/com/smooch/rnsmooch/ReactNativeSmoochPackage.java renamed to android/src/main/java/com/el173/rnsmooch/ReactNativeSmoochPackage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.smooch.rnsmooch;
1+
package com.el173.rnsmooch;
22

33
import com.facebook.react.ReactPackage;
44
import com.facebook.react.bridge.JavaScriptModule;

package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@el173/react-native-smooch",
3-
"version": "1.0.4",
3+
"version": "1.1.0",
44
"description": "A React Native client for smooch.io",
55
"main": "./lib/SmoochClient.js",
66
"repository": {
@@ -12,5 +12,13 @@
1212
"bugs": {
1313
"url": "https://github.com/el173/react-native-smooch/issues"
1414
},
15-
"homepage": "https://smooch.io/is"
15+
"homepage": "https://github.com/el173/react-native-smooch",
16+
"keywords": [
17+
"react-native",
18+
"smooch",
19+
"chat",
20+
"bot",
21+
"chat bot",
22+
"smooch chat bot"
23+
]
1624
}

0 commit comments

Comments
 (0)