@icarusmx/creta 1.3.2 → 1.3.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/bin/creta.js +0 -3
- package/package.json +1 -1
package/bin/creta.js
CHANGED
|
@@ -1268,9 +1268,6 @@ async function startProyectosSelectorInteractive() {
|
|
|
1268
1268
|
const reset = '\x1b[0m'
|
|
1269
1269
|
|
|
1270
1270
|
console.log(`${highlight}${prefix}${project.title}${reset}`)
|
|
1271
|
-
if (isSelected) {
|
|
1272
|
-
console.log(`${highlight} ${project.description}${reset}`)
|
|
1273
|
-
}
|
|
1274
1271
|
console.log("")
|
|
1275
1272
|
})
|
|
1276
1273
|
}
|