create-awesome-node-app 0.4.19 → 0.4.20
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/README.md +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
<div align="center">
|
|
4
4
|
<h1>🌟 Create Awesome Node App 🚀</h1>
|
|
5
5
|
|
|
6
|
+
[](https://github.com/vitejs/awesome-vite#get-started)
|
|
6
7
|
[![Continious Integration][cibadge]][ciurl]
|
|
7
8
|
[![npm][npmversion]][npmurl]
|
|
8
9
|
[![npm][npmdownloads]][npmurl]
|
package/dist/index.cjs
CHANGED
|
@@ -3658,7 +3658,7 @@ var getCnaOptions = async (options) => {
|
|
|
3658
3658
|
// package.json
|
|
3659
3659
|
var package_default = {
|
|
3660
3660
|
name: "create-awesome-node-app",
|
|
3661
|
-
version: "0.4.
|
|
3661
|
+
version: "0.4.20",
|
|
3662
3662
|
type: "module",
|
|
3663
3663
|
description: "Command line tool to create Node apps with a lot of different templates and extensions.",
|
|
3664
3664
|
license: "MIT",
|
package/dist/index.js
CHANGED
|
@@ -3668,7 +3668,7 @@ var getCnaOptions = async (options) => {
|
|
|
3668
3668
|
// package.json
|
|
3669
3669
|
var package_default = {
|
|
3670
3670
|
name: "create-awesome-node-app",
|
|
3671
|
-
version: "0.4.
|
|
3671
|
+
version: "0.4.20",
|
|
3672
3672
|
type: "module",
|
|
3673
3673
|
description: "Command line tool to create Node apps with a lot of different templates and extensions.",
|
|
3674
3674
|
license: "MIT",
|