@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.
Files changed (2) hide show
  1. package/bin/creta.js +0 -3
  2. 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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icarusmx/creta",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "Salgamos de este laberinto.",
5
5
  "type": "module",
6
6
  "bin": {