diff --git a/package.json b/package.json index 998e0d0..ff869bd 100644 --- a/package.json +++ b/package.json @@ -16,9 +16,7 @@ } }, "types": "./dist/index.d.ts", - "files": [ - "dist/**" - ], + "files": ["dist/**"], "scripts": { "test": "vitest run --silent", "test:coverage": "vitest run --silent --coverage --coverage.reporter=lcov", @@ -35,11 +33,7 @@ "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", "@tinyhttp/app": "^2.2.4",