Skip to content

Commit

Permalink
chore: remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordfirespeed committed Aug 21, 2024
1 parent 0bac9a9 commit 0fb5db1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 183 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
}
},
"types": "./dist/index.d.ts",
"files": ["dist/**"],
"files": [
"dist/**"
],
"scripts": {
"test": "vitest run --silent",
"test:coverage": "vitest run --silent --coverage --coverage.reporter=lcov",
Expand All @@ -34,10 +36,13 @@
"license": "LGPL-3.0-or-later",
"homepage": "https://github.com/otterjs/csrf-csrf",
"repository": "https://github.com/otterjs/csrf-csrf",
"keywords": ["csrf", "middleware", "tokens"],
"keywords": [
"csrf",
"middleware",
"tokens"
],
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@otterhttp/app": "^3.0.2",
"@tinyhttp/cookie-parser": "^2.0.6",
"@types/node": "^20.14.10",
"@vitest/coverage-istanbul": "^2.0.3",
Expand Down
180 changes: 0 additions & 180 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0fb5db1

Please sign in to comment.