@wix/create-app 0.0.205 → 0.0.206
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 -3
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -50989,8 +50989,7 @@ ${errorMessage2}`
|
|
|
50989
50989
|
ErrorMessage,
|
|
50990
50990
|
{
|
|
50991
50991
|
message: "Project build output is missing.",
|
|
50992
|
-
explanation: reason
|
|
50993
|
-
hint: "Build the project before proceeding."
|
|
50992
|
+
explanation: reason
|
|
50994
50993
|
}
|
|
50995
50994
|
);
|
|
50996
50995
|
},
|
|
@@ -56005,7 +56004,7 @@ function reportCommandStartEvent({
|
|
|
56005
56004
|
var package_default = {
|
|
56006
56005
|
name: "@wix/create-app",
|
|
56007
56006
|
description: "Create Wix apps",
|
|
56008
|
-
version: "0.0.
|
|
56007
|
+
version: "0.0.206",
|
|
56009
56008
|
author: "Ihor Machuzhak",
|
|
56010
56009
|
bin: "bin/index.cjs",
|
|
56011
56010
|
devDependencies: {
|