Skip to content

Commit

Permalink
style: run check:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordfirespeed committed Aug 26, 2024
1 parent 2e84796 commit 3b88b94
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
"type": "module",
"name": "@otterhttp/session",
"description": "Simple promise-based session utility for otterhttp",
"keywords": [
"otterhttp",
"session",
"promise"
],
"keywords": ["otterhttp", "session", "promise"],
"main": "./lib/index.js",
"exports": {
".": {
Expand All @@ -15,9 +11,7 @@
}
},
"types": "lib/session.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"sideEffects": false,
"scripts": {
"build": "tsup",
Expand Down

0 comments on commit 3b88b94

Please sign in to comment.