customerio-expo-plugin 2.0.2 → 2.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "customerio-expo-plugin",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "Expo config plugin for the Customer IO React Native SDK",
|
|
5
5
|
"main": "plugin/lib/commonjs/index",
|
|
6
6
|
"module": "plugin/lib/module/index",
|
|
@@ -33,8 +33,7 @@
|
|
|
33
33
|
"compatibility:validate-plugin": "node scripts/compatibility/validate-plugin.js",
|
|
34
34
|
"compatibility:run-compatibility-tests": "node scripts/compatibility/run-compatibility-tests.js",
|
|
35
35
|
"setup-test-app": "bash scripts/setup-test-app.sh",
|
|
36
|
-
"
|
|
37
|
-
"test-plugin": "npm run setup-test-app && npm run test && npm run cleanup",
|
|
36
|
+
"test-plugin": "bash scripts/test-plugin.sh",
|
|
38
37
|
"cleanAll": "bash scripts/clean-all.sh",
|
|
39
38
|
"buildAll": "bash scripts/build-all.sh",
|
|
40
39
|
"cleanAndBuildAll": "npm run cleanAll && npm run buildAll"
|
|
@@ -54,7 +53,7 @@
|
|
|
54
53
|
"registry": "https://registry.npmjs.org/"
|
|
55
54
|
},
|
|
56
55
|
"peerDependencies": {
|
|
57
|
-
"customerio-reactnative": "4.2.
|
|
56
|
+
"customerio-reactnative": "4.2.7"
|
|
58
57
|
},
|
|
59
58
|
"devDependencies": {
|
|
60
59
|
"@expo/config-plugins": "^4.1.4",
|