create-awesome-node-app 0.6.0 → 0.6.2

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
@@ -1925,7 +1925,7 @@ var getCnaOptions = async (options) => {
1925
1925
  // package.json
1926
1926
  var package_default = {
1927
1927
  name: "create-awesome-node-app",
1928
- version: "0.6.0",
1928
+ version: "0.6.2",
1929
1929
  type: "module",
1930
1930
  description: "Command line tool to create Node apps with a lot of different templates and extensions.",
1931
1931
  license: "MIT",
package/dist/index.js CHANGED
@@ -1934,7 +1934,7 @@ var getCnaOptions = async (options) => {
1934
1934
  // package.json
1935
1935
  var package_default = {
1936
1936
  name: "create-awesome-node-app",
1937
- version: "0.6.0",
1937
+ version: "0.6.2",
1938
1938
  type: "module",
1939
1939
  description: "Command line tool to create Node apps with a lot of different templates and extensions.",
1940
1940
  license: "MIT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-awesome-node-app",
3
- "version": "0.6.0",
3
+ "version": "0.6.2",
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",