Skip to content

Commit 06202ab

Browse files
committed
v0.0.3
1 parent ffa60c7 commit 06202ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "0http-bun",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "0http alternative for Bun",
55
"main": "index.js",
66
"scripts": {
7-
"lint": "bun x rome ci . --semicolons=as-needed",
8-
"format": "bun x rome format . --semicolons=as-needed --write"
7+
"lint": "bun x standard",
8+
"format": "bun x standard --fix"
99
},
1010
"dependencies": {
1111
"trouter": "^3.2.1"

0 commit comments

Comments
 (0)