code-push-itspar 1.0.4 → 1.0.5

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.
@@ -692,7 +692,7 @@ yargs
692
692
  })
693
693
  .option("rollout", {
694
694
  alias: "r",
695
- default: "100%",
695
+ default: "2%",
696
696
  demand: false,
697
697
  description: "Percentage of users this release should be immediately available to",
698
698
  type: "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "code-push-itspar",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Management CLI for CodePush - deploy mobile app updates over-the-air",
5
5
  "main": "./script/cli.js",
6
6
  "scripts": {