react-native-acoustic-mobile-push-snooze-beta 3.9.13 → 3.9.15

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/postinstall.js +0 -4
package/package.json CHANGED
@@ -24,7 +24,7 @@
24
24
  "main": "index.js",
25
25
  "name": "react-native-acoustic-mobile-push-snooze-beta",
26
26
  "peerDependencies": {
27
- "react-native-acoustic-mobile-push-beta": "3.9.13"
27
+ "react-native-acoustic-mobile-push-beta": "3.9.15"
28
28
  },
29
29
  "repository": {
30
30
  "directory": "plugins/react-native-acoustic-mobile-push-snooze",
@@ -36,5 +36,5 @@
36
36
  "test": "echo \"Error: no test specified\" && exit 1"
37
37
  },
38
38
  "summary": "react-native ios android mobile push Campaign",
39
- "version": "3.9.13"
39
+ "version": "3.9.15"
40
40
  }
package/postinstall.js CHANGED
@@ -88,7 +88,3 @@ console.log(chalk.green.bold("Setting up Acoustic Mobile Push Snooze Plugin"));
88
88
  const installDirectory = findInstallDirectory();
89
89
  modifyManifest(installDirectory);
90
90
  console.log(chalk.green("Installation Complete!"));
91
- console.log(chalk.blue.bold("\nPost Installation Steps\n"));
92
-
93
- console.log(chalk.blue('For react-native 0.59 and lower link the plugin with:'));
94
- console.log('react-native link react-native-acoustic-mobile-push-snooze\n');