create-awesome-node-app 0.3.4 → 0.3.5

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
@@ -3659,7 +3659,7 @@ var getCnaOptions = async (options) => {
3659
3659
  // package.json
3660
3660
  var package_default = {
3661
3661
  name: "create-awesome-node-app",
3662
- version: "0.3.4",
3662
+ version: "0.3.5",
3663
3663
  type: "module",
3664
3664
  description: "Command line tool to create Node apps with a lot of different templates and extensions.",
3665
3665
  license: "MIT",
package/dist/index.js CHANGED
@@ -3665,7 +3665,7 @@ var getCnaOptions = async (options) => {
3665
3665
  // package.json
3666
3666
  var package_default = {
3667
3667
  name: "create-awesome-node-app",
3668
- version: "0.3.4",
3668
+ version: "0.3.5",
3669
3669
  type: "module",
3670
3670
  description: "Command line tool to create Node apps with a lot of different templates and extensions.",
3671
3671
  license: "MIT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-awesome-node-app",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
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",