Skip to content

Commit 7660c72

Browse files
committed
docs: remove "Minimal Dependencies" benefit from README and update dependencies in package.json
1 parent b0f4cb4 commit 7660c72

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ A high-performance, minimalist HTTP framework for [Bun](https://bun.sh/), inspir
55
## Key Benefits
66

77
- **🚀 Bun-Native Performance**: Optimized for Bun's runtime with minimal overhead
8-
- **⚡ Minimal Dependencies**: Only 2 essential dependencies (`trouter`, `fast-querystring`)
98
- **🔧 TypeScript First**: Full TypeScript support with comprehensive type definitions
109
- **🎯 Minimalist API**: Clean, intuitive API that's easy to learn and use
1110
- **🔄 Middleware Support**: Flexible middleware system with async/await support

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
},
1212
"dependencies": {
1313
"fast-querystring": "^1.1.2",
14-
"trouter": "^4.0.0"
14+
"trouter": "^4.0.0",
15+
"jose": "^6.0.11",
16+
"pino": "^9.7.0"
1517
},
1618
"repository": {
1719
"type": "git",
@@ -26,9 +28,6 @@
2628
"lib/"
2729
],
2830
"devDependencies": {
29-
"cors": "^2.8.5",
30-
"jose": "^6.0.11",
31-
"pino": "^9.7.0",
3231
"0http-bun": "^1.1.2",
3332
"bun-types": "^1.2.15",
3433
"mitata": "^1.0.34",

0 commit comments

Comments
 (0)