create-awesome-node-app 0.4.1 → 0.4.2
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 +1 -1
- package/dist/index.js +1 -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.4.
|
|
3659
|
+
version: "0.4.2",
|
|
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",
|
package/dist/index.js
CHANGED
|
@@ -3666,7 +3666,7 @@ var getCnaOptions = async (options) => {
|
|
|
3666
3666
|
// package.json
|
|
3667
3667
|
var package_default = {
|
|
3668
3668
|
name: "create-awesome-node-app",
|
|
3669
|
-
version: "0.4.
|
|
3669
|
+
version: "0.4.2",
|
|
3670
3670
|
type: "module",
|
|
3671
3671
|
description: "Command line tool to create Node apps with a lot of different templates and extensions.",
|
|
3672
3672
|
license: "MIT",
|