cli-error-capa-8 1.0.0 → 1.0.1
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/index.js +2 -2
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
1
|
+
#!/usr/bin/env node
|
|
2
2
|
|
|
3
3
|
import fs from "fs";
|
|
4
4
|
import path from "path";
|
|
@@ -59,7 +59,7 @@ function editFile(file, callback){
|
|
|
59
59
|
|
|
60
60
|
async function main(){
|
|
61
61
|
|
|
62
|
-
|
|
62
|
+
let name = (
|
|
63
63
|
await ask("Nombre del proyecto: ")
|
|
64
64
|
).trim();
|
|
65
65
|
name = name
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cli-error-capa-8",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "CLI para crear proyectos React configurados hecho por ERROR-CAPA-8 O Gasparin7u7 (SIGUEME EN IG AL MENOS P NO SEAS RATA)",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -23,4 +23,4 @@
|
|
|
23
23
|
"author": "GASPARIN7U7/ERROR-CAPA-8",
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"type": "module"
|
|
26
|
-
}
|
|
26
|
+
}
|