create-awesome-node-app 0.3.6 → 0.3.7
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.cjs +2 -1
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3656,7 +3656,7 @@ var getCnaOptions = async (options) => {
|
|
|
3656
3656
|
// package.json
|
|
3657
3657
|
var package_default = {
|
|
3658
3658
|
name: "create-awesome-node-app",
|
|
3659
|
-
version: "0.3.
|
|
3659
|
+
version: "0.3.7",
|
|
3660
3660
|
type: "module",
|
|
3661
3661
|
description: "Command line tool to create Node apps with a lot of different templates and extensions.",
|
|
3662
3662
|
license: "MIT",
|
|
@@ -3735,6 +3735,7 @@ var main = async () => {
|
|
|
3735
3735
|
We recommend always using the latest version of create-awesome-node-app if possible.`
|
|
3736
3736
|
)
|
|
3737
3737
|
);
|
|
3738
|
+
return;
|
|
3738
3739
|
}
|
|
3739
3740
|
return (0, import_core.createNodeApp)(
|
|
3740
3741
|
projectName,
|
package/dist/index.js
CHANGED
|
@@ -3662,7 +3662,7 @@ var getCnaOptions = async (options) => {
|
|
|
3662
3662
|
// package.json
|
|
3663
3663
|
var package_default = {
|
|
3664
3664
|
name: "create-awesome-node-app",
|
|
3665
|
-
version: "0.3.
|
|
3665
|
+
version: "0.3.7",
|
|
3666
3666
|
type: "module",
|
|
3667
3667
|
description: "Command line tool to create Node apps with a lot of different templates and extensions.",
|
|
3668
3668
|
license: "MIT",
|
|
@@ -3741,6 +3741,7 @@ var main = async () => {
|
|
|
3741
3741
|
We recommend always using the latest version of create-awesome-node-app if possible.`
|
|
3742
3742
|
)
|
|
3743
3743
|
);
|
|
3744
|
+
return;
|
|
3744
3745
|
}
|
|
3745
3746
|
return createNodeApp(
|
|
3746
3747
|
projectName,
|