Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
[RN SDK] Fixed MessagingCore -> Core dependency (#21230)
Browse files Browse the repository at this point in the history
* [RN SDK] Fixed MessagingCore -> Core dependency

* Mark packages as not private
  • Loading branch information
amseddi authored Aug 8, 2022
1 parent a7681b9 commit 74c7651
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 1 addition & 3 deletions packages/react-native-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"types": "lib/index.d.ts",
"author": "Nabla",
"license": "MIT",
"private": false,
"files": [
"android/src",
"android/build.gradle",
Expand All @@ -24,9 +25,6 @@
"prepare": "yarn compile",
"test": "jest"
},
"dependencies": {
"@nabla/react-native-core": "1.0.0-alpha01"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/runtime": "^7.16.7",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-native-messaging-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"types": "lib/index.d.ts",
"author": "Nabla",
"license": "MIT",
"private": false,
"files": [
"android/src",
"android/build.gradle",
Expand All @@ -24,6 +25,9 @@
"prepare": "yarn compile",
"test": "jest"
},
"dependencies": {
"@nabla/react-native-core": "1.0.0-alpha01"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/runtime": "^7.16.7",
Expand Down
1 change: 1 addition & 0 deletions packages/react-native-messaging-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"types": "lib/index.d.ts",
"author": "Nabla",
"license": "MIT",
"private": false,
"files": [
"android/src",
"android/build.gradle",
Expand Down

0 comments on commit 74c7651

Please sign in to comment.