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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
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.
|
|
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.
|
|
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",
|