create-awesome-node-app 0.4.13 → 0.4.14

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 CHANGED
@@ -3640,7 +3640,7 @@ var getCnaOptions = async (options) => {
3640
3640
  // package.json
3641
3641
  var package_default = {
3642
3642
  name: "create-awesome-node-app",
3643
- version: "0.4.13",
3643
+ version: "0.4.14",
3644
3644
  type: "module",
3645
3645
  description: "Command line tool to create Node apps with a lot of different templates and extensions.",
3646
3646
  license: "MIT",
package/dist/index.js CHANGED
@@ -3650,7 +3650,7 @@ var getCnaOptions = async (options) => {
3650
3650
  // package.json
3651
3651
  var package_default = {
3652
3652
  name: "create-awesome-node-app",
3653
- version: "0.4.13",
3653
+ version: "0.4.14",
3654
3654
  type: "module",
3655
3655
  description: "Command line tool to create Node apps with a lot of different templates and extensions.",
3656
3656
  license: "MIT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-awesome-node-app",
3
- "version": "0.4.13",
3
+ "version": "0.4.14",
4
4
  "type": "module",
5
5
  "description": "Command line tool to create Node apps with a lot of different templates and extensions.",
6
6
  "license": "MIT",