@ijuantm/simpl-addon 2.4.9 → 2.4.10

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/install.js +4 -1
  2. package/package.json +1 -1
package/install.js CHANGED
@@ -448,7 +448,10 @@ const main = async () => {
448
448
  process.exit(1);
449
449
  }
450
450
 
451
- if (!directName) log(' 🗄️ Fetching available add-ons...', 'bold');
451
+ if (!directName) {
452
+ console.log();
453
+ log(' 🗄️ Fetching available add-ons...', 'bold');
454
+ }
452
455
 
453
456
  let addons;
454
457
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ijuantm/simpl-addon",
3
3
  "description": "CLI tool to install Simpl framework add-ons.",
4
- "version": "2.4.9",
4
+ "version": "2.4.10",
5
5
  "scripts": {
6
6
  "link": "npm link",
7
7
  "unlink": "npm unlink -g @ijuantm/simpl-addon"