Skip to content

Commit c5052dc

Browse files
committed
chore: run lint
1 parent 346663a commit c5052dc

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

package.json

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,15 @@
99
},
1010
"repository": "github:ubinatus/hono-cloudfront",
1111
"license": "MIT",
12-
"keywords": [
13-
"hono",
14-
"cloudfront",
15-
"lambda",
16-
"middleware",
17-
"typescript"
18-
],
12+
"keywords": ["hono", "cloudfront", "lambda", "middleware", "typescript"],
1913
"type": "module",
2014
"exports": {
2115
".": {
2216
"types": "./dist/index.d.ts",
2317
"import": "./dist/index.js"
2418
}
2519
},
26-
"files": [
27-
"dist"
28-
],
20+
"files": ["dist"],
2921
"engines": {
3022
"node": ">=18"
3123
},
@@ -56,9 +48,6 @@
5648
"vitest": "^3.0.8"
5749
},
5850
"pnpm": {
59-
"onlyBuiltDependencies": [
60-
"@biomejs/biome",
61-
"esbuild"
62-
]
51+
"onlyBuiltDependencies": ["@biomejs/biome", "esbuild"]
6352
}
6453
}

0 commit comments

Comments
 (0)