@wix/create-app 0.0.170 → 0.0.172
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/build/index.js +2 -2
- package/build/index.js.map +1 -1
- package/package.json +2 -2
- package/templates/app/package.json.ejs +1 -1
package/build/index.js
CHANGED
|
@@ -57312,7 +57312,7 @@ function reportCommandStartEvent({
|
|
|
57312
57312
|
var package_default = {
|
|
57313
57313
|
name: "@wix/create-app",
|
|
57314
57314
|
description: "Create Wix apps",
|
|
57315
|
-
version: "0.0.
|
|
57315
|
+
version: "0.0.172",
|
|
57316
57316
|
author: "Ihor Machuzhak",
|
|
57317
57317
|
bin: "bin/index.cjs",
|
|
57318
57318
|
devDependencies: {
|
|
@@ -67475,7 +67475,7 @@ function getTasks({
|
|
|
67475
67475
|
"--yes",
|
|
67476
67476
|
"skills",
|
|
67477
67477
|
"add",
|
|
67478
|
-
"wix/skills
|
|
67478
|
+
"wix/skills",
|
|
67479
67479
|
// The `skills` CLI uses -y/--yes to skip prompts.
|
|
67480
67480
|
"-y"
|
|
67481
67481
|
];
|