react-native-varia 0.4.6 → 0.5.0
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/bin/cli.js +3 -3
- package/package.json +1 -1
package/bin/cli.js
CHANGED
|
@@ -172,7 +172,7 @@ program
|
|
|
172
172
|
.option(
|
|
173
173
|
'-d, --dest <path>',
|
|
174
174
|
'Destination path for components',
|
|
175
|
-
'src/components',
|
|
175
|
+
'src/components/ui',
|
|
176
176
|
)
|
|
177
177
|
.option('-t, --theme <path>', 'Destination path for recipes', 'src/theme')
|
|
178
178
|
.option('-i, --icons <path>', 'Destination path for icons', 'src/icons')
|
|
@@ -235,7 +235,7 @@ program
|
|
|
235
235
|
.option(
|
|
236
236
|
'-d, --dest <path>',
|
|
237
237
|
'Destination path for components',
|
|
238
|
-
'src/components',
|
|
238
|
+
'src/components/ui',
|
|
239
239
|
)
|
|
240
240
|
.option('-t, --theme <path>', 'Destination path for recipes', 'src/theme')
|
|
241
241
|
.option('-i, --icons <path>', 'Destination path for icons', 'src/icons')
|
|
@@ -425,7 +425,7 @@ program
|
|
|
425
425
|
.option(
|
|
426
426
|
'-c, --components <path>',
|
|
427
427
|
'Destination path for components',
|
|
428
|
-
'src/components',
|
|
428
|
+
'src/components/ui',
|
|
429
429
|
)
|
|
430
430
|
.option('-t, --theme <path>', 'Destination path for recipes', 'src/theme')
|
|
431
431
|
.action(async (iconNameArg, options) => {
|