create-proyect-cli 2.0.1 → 2.0.3
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/npm-shrinkwrap.json +3 -2
- package/package.json +11 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -21,8 +21,9 @@
|
|
|
21
21
|
"npm": ">=6"
|
|
22
22
|
},
|
|
23
23
|
"hasInstallScript": true,
|
|
24
|
+
"license": "GPL-3.0-or-later",
|
|
24
25
|
"name": "create-proyect-cli",
|
|
25
|
-
"version": "2.0.
|
|
26
|
+
"version": "2.0.3"
|
|
26
27
|
},
|
|
27
28
|
"node_modules/@isaacs/cliui": {
|
|
28
29
|
"engines": {
|
|
@@ -541,5 +542,5 @@
|
|
|
541
542
|
}
|
|
542
543
|
},
|
|
543
544
|
"requires": true,
|
|
544
|
-
"version": "2.0.
|
|
545
|
+
"version": "2.0.3"
|
|
545
546
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"artifactDownloadUrls": [
|
|
3
|
-
"https://github.com/CARLOSMARES/proyecto-cli/releases/download/v2.0.
|
|
3
|
+
"https://github.com/CARLOSMARES/proyecto-cli/releases/download/v2.0.3"
|
|
4
4
|
],
|
|
5
5
|
"author": "Carlos Ignacio Olano Mares",
|
|
6
6
|
"bin": {
|
|
@@ -25,6 +25,15 @@
|
|
|
25
25
|
"major": 2,
|
|
26
26
|
"series": 35
|
|
27
27
|
},
|
|
28
|
+
"keywords": [
|
|
29
|
+
"command-line-utilities",
|
|
30
|
+
"development-tools",
|
|
31
|
+
"cli",
|
|
32
|
+
"generator",
|
|
33
|
+
"rust",
|
|
34
|
+
"workflow"
|
|
35
|
+
],
|
|
36
|
+
"license": "GPL-3.0-or-later",
|
|
28
37
|
"name": "create-proyect-cli",
|
|
29
38
|
"preferUnplugged": true,
|
|
30
39
|
"repository": "https://github.com/CARLOSMARES/proyecto-cli",
|
|
@@ -98,7 +107,7 @@
|
|
|
98
107
|
"zipExt": ".tar.xz"
|
|
99
108
|
}
|
|
100
109
|
},
|
|
101
|
-
"version": "2.0.
|
|
110
|
+
"version": "2.0.3",
|
|
102
111
|
"volta": {
|
|
103
112
|
"node": "18.14.1",
|
|
104
113
|
"npm": "9.5.0"
|