create-awesome-node-app 0.2.5 → 0.2.7

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
@@ -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.5",
3642
+ version: "0.2.7",
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.5",
3648
+ version: "0.2.7",
3649
3649
  type: "module",
3650
3650
  description: "Command line tool to create Node apps with a lot of different addons.",
3651
3651
  license: "MIT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-awesome-node-app",
3
- "version": "0.2.5",
3
+ "version": "0.2.7",
4
4
  "type": "module",
5
5
  "description": "Command line tool to create Node apps with a lot of different addons.",
6
6
  "license": "MIT",