We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa60c7 commit 06202abCopy full SHA for 06202ab
package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "0http-bun",
3
- "version": "0.0.2",
+ "version": "0.0.3",
4
"description": "0http alternative for Bun",
5
"main": "index.js",
6
"scripts": {
7
- "lint": "bun x rome ci . --semicolons=as-needed",
8
- "format": "bun x rome format . --semicolons=as-needed --write"
+ "lint": "bun x standard",
+ "format": "bun x standard --fix"
9
},
10
"dependencies": {
11
"trouter": "^3.2.1"
0 commit comments