@highbeek/create-rnstarterkit 1.0.2-beta.17 → 1.0.2-beta.18
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.
|
@@ -247,7 +247,7 @@ const program = new commander_1.Command();
|
|
|
247
247
|
program
|
|
248
248
|
.name("create-rnstarterkit")
|
|
249
249
|
.description("Scaffold a production-ready React Native app")
|
|
250
|
-
.version("1.0.2-beta.
|
|
250
|
+
.version("1.0.2-beta.18")
|
|
251
251
|
.argument("[projectName]", "Name of the project (alphanumeric)")
|
|
252
252
|
.option("--preset <name>", "Skip prompts with a preset: minimal | fintech | social | indie")
|
|
253
253
|
.action(async (projectName, cmdOptions) => {
|
package/package.json
CHANGED