bunkit-cli 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/README.md +10 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,15 +3,16 @@
3
3
  <div align="center">
4
4
 
5
5
  ```
6
- ╔══════════════════════════════════════════════════╗
7
- ║ ║
8
- ┏┓ ┳┏┓┓┏o╋ ║
9
- ║ ┣┫ ┃┃┃┣┫┃ ┃ Modern. Fast. Opinionated. ║
10
- ┗┛•┗━┛┛┗┛┗┻ ┻ ║
11
- ║ ║
12
- ║ Bake production-ready apps in seconds ║
13
- ║ ║
14
- ╚══════════════════════════════════════════════════╝
6
+ ____ _ _ _
7
+ | _ \ | | (_) |
8
+ | |_) |_ _ _ __ | | ___| |_
9
+ | _ <| | | | '_ \| |/ / | __|
10
+ | |_) | |_| | | | | <| | |_
11
+ |____/ \__,_|_| |_|_|\_\_|\__|
12
+
13
+ 🍞 Bake production-ready apps in seconds
14
+
15
+ Modern • Fast • Opinionated
15
16
  ```
16
17
 
17
18
  [![npm version](https://img.shields.io/npm/v/bunkit-cli.svg)](https://www.npmjs.com/package/bunkit-cli)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bunkit-cli",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Beautiful CLI for creating production-ready Bun projects",
5
5
  "type": "module",
6
6
  "bin": {