create-sparkling-app 2.0.0-rc.1 → 2.0.0-rc.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.
package/README.md CHANGED
@@ -45,6 +45,6 @@ After creating your project, you can run:
45
45
  | Script | Description |
46
46
  |--------|-------------|
47
47
  | `npm run build` | Build the Lynx bundle |
48
- | `npm run android` | Build and run on Android |
49
- | `npm run ios` | Build and run on iOS |
48
+ | `npm run run:android` | Build and run on Android |
49
+ | `npm run run:ios` | Build and run on iOS |
50
50
  | `npm test` | Run tests |
package/dist/help.js CHANGED
@@ -16,7 +16,7 @@ Options:
16
16
  Quick start:
17
17
  npx create-sparkling-app my-app
18
18
 
19
- After creating your project, use sparkling-cli to build and run:
19
+ After creating your project, use sparkling-app-cli to build and run:
20
20
  npx sparkling run:android
21
21
  npx sparkling run:ios`);
22
22
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-sparkling-app",
3
- "version": "2.0.0-rc.1",
3
+ "version": "2.0.0-rc.5",
4
4
  "homepage": "",
5
5
  "repository": {
6
6
  "type": "git",