@platforma-sdk/bootstrap 3.1.7 → 3.1.8
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -257,7 +257,13 @@ function Wr() {
|
|
|
257
257
|
'Write an organization name for npm. Default is "platforma-open": '
|
|
258
258
|
);
|
|
259
259
|
a === "" && (a = "platforma-open");
|
|
260
|
-
|
|
260
|
+
let e = "";
|
|
261
|
+
for (; e.length < 1; )
|
|
262
|
+
e = Z.question('Write an organization name, e.g. "my-org": ');
|
|
263
|
+
let t = "";
|
|
264
|
+
for (; t.length < 1; )
|
|
265
|
+
t = Z.question('Write a name of the block, e.g. "hello-world": ');
|
|
266
|
+
const r = Z.keyInYN("Create package for block's software?");
|
|
261
267
|
let n = ["Tengo"];
|
|
262
268
|
if (r)
|
|
263
269
|
for (; n.length < yr.length; ) {
|