create-awesome-node-app 0.2.2 → 0.2.4
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
|
@@ -3639,7 +3639,7 @@ var getCnaOptions = async (options) => {
|
|
|
3639
3639
|
// package.json
|
|
3640
3640
|
var package_default = {
|
|
3641
3641
|
name: "create-awesome-node-app",
|
|
3642
|
-
version: "0.2.
|
|
3642
|
+
version: "0.2.4",
|
|
3643
3643
|
type: "module",
|
|
3644
3644
|
description: "Command line tool to create Node apps with a lot of different addons.",
|
|
3645
3645
|
license: "MIT",
|
package/dist/index.js
CHANGED
|
@@ -3645,7 +3645,7 @@ var getCnaOptions = async (options) => {
|
|
|
3645
3645
|
// package.json
|
|
3646
3646
|
var package_default = {
|
|
3647
3647
|
name: "create-awesome-node-app",
|
|
3648
|
-
version: "0.2.
|
|
3648
|
+
version: "0.2.4",
|
|
3649
3649
|
type: "module",
|
|
3650
3650
|
description: "Command line tool to create Node apps with a lot of different addons.",
|
|
3651
3651
|
license: "MIT",
|