Skip to content

Commit f35dd2e

Browse files
committed
remove tinyhttp cuz it's not used in tests or bench
1 parent 98ab03b commit f35dd2e

File tree

2 files changed

+9
-188
lines changed

2 files changed

+9
-188
lines changed

package.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,28 @@
77
"license": "MIT",
88
"types": "./dist/index.d.ts",
99
"type": "module",
10-
"keywords": ["body-parser", "express", "http", "body-parsing"],
10+
"keywords": [
11+
"body-parser",
12+
"express",
13+
"http",
14+
"body-parsing"
15+
],
1116
"engines": {
1217
"node": ">=20"
1318
},
1419
"exports": "./dist/index.js",
1520
"devDependencies": {
1621
"@biomejs/biome": "1.8.3",
17-
"@tinyhttp/app": "^2.2.4",
1822
"@types/node": "^20.14.9",
1923
"c8": "10.1.2",
2024
"supertest-fetch": "^2.0.0",
2125
"tsm": "^2.3.0",
2226
"typescript": "^5.5.3",
2327
"uvu": "^0.5.6"
2428
},
25-
"files": ["dist"],
29+
"files": [
30+
"dist"
31+
],
2632
"scripts": {
2733
"test": "uvu -r tsm",
2834
"test:coverage": "c8 --include=src pnpm test",

pnpm-lock.yaml

-185
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)