Skip to content

Commit 0fb5db1

Browse files
committed
chore: remove unused deps
1 parent 0bac9a9 commit 0fb5db1

File tree

2 files changed

+8
-183
lines changed

2 files changed

+8
-183
lines changed

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
}
1717
},
1818
"types": "./dist/index.d.ts",
19-
"files": ["dist/**"],
19+
"files": [
20+
"dist/**"
21+
],
2022
"scripts": {
2123
"test": "vitest run --silent",
2224
"test:coverage": "vitest run --silent --coverage --coverage.reporter=lcov",
@@ -34,10 +36,13 @@
3436
"license": "LGPL-3.0-or-later",
3537
"homepage": "https://github.com/otterjs/csrf-csrf",
3638
"repository": "https://github.com/otterjs/csrf-csrf",
37-
"keywords": ["csrf", "middleware", "tokens"],
39+
"keywords": [
40+
"csrf",
41+
"middleware",
42+
"tokens"
43+
],
3844
"devDependencies": {
3945
"@biomejs/biome": "^1.8.3",
40-
"@otterhttp/app": "^3.0.2",
4146
"@tinyhttp/cookie-parser": "^2.0.6",
4247
"@types/node": "^20.14.10",
4348
"@vitest/coverage-istanbul": "^2.0.3",

pnpm-lock.yaml

Lines changed: 0 additions & 180 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)