Skip to content

Commit

Permalink
ensure prettier sticks to es5 compatibility
Browse files Browse the repository at this point in the history
and other minor package.json cleanup
  • Loading branch information
nfriedly committed Mar 26, 2024
1 parent 8b94e92 commit 92e8d21
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"repository": "nfriedly/set-cookie-parser",
"author": {
"name": "Nathan Friedly",
"email": "",
"url": "http://nfriedly.com/"
},
"files": [
Expand All @@ -20,6 +19,7 @@
"cookie",
"cookies",
"header",
"parse",
"parser"
],
"devDependencies": {
Expand All @@ -38,5 +38,8 @@
"autofix": "npm run lint -- --fix",
"precommit": "npm test"
},
"license": "MIT"
"license": "MIT",
"prettier": {
"trailingComma": "es5"
}
}

0 comments on commit 92e8d21

Please sign in to comment.