bearnie 0.3.0 → 0.3.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -791,6 +791,8 @@ async function add(components, options) {
791
791
  }
792
792
  print.newline();
793
793
  print.success();
794
+ print.newline();
795
+ print.footer();
794
796
  }
795
797
 
796
798
  // src/commands/list.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bearnie",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "CLI for installing Bearnie UI components",
5
5
  "type": "module",
6
6
  "license": "MIT",