create-awesome-node-app 0.3.7 → 0.3.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.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.3.
|
|
3659
|
+
version: "0.3.8",
|
|
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
|
@@ -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.8",
|
|
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",
|