Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Titus <tituswormer@gmail.com>
  • Loading branch information
Murderlon and wooorm committed Sep 19, 2023
1 parent 80f6e3c commit 6118269
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
]
},
"dependencies": {
"ipaddr.js": "^2.1.0",
"undici": "^5.24.0"
"ipaddr.js": "^2.0.0",
"undici": "^5.0.0"
},
"devDependencies": {
"@types/node": "^18.17.15",
"prettier": "^3.0.3",
"@types/node": "^18.0.0",
"prettier": "^3.0.0",
"remark-cli": "^11.0.0",
"remark-preset-wooorm": "^9.1.0",
"typescript": "^5.2.2"
"remark-preset-wooorm": "^9.0.0",
"typescript": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Sometimes user content is served over HTTP, which is not secure:
## Install

This package is [ESM only][esm].
In Node.js (version 16+), install with [npm][]:
In Node.js (version 18+), install with [npm][]:

```sh
npm install camomile
Expand Down

0 comments on commit 6118269

Please sign in to comment.