Skip to content

Commit

Permalink
Updates README to specify node version (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
abea committed Jan 22, 2021
1 parent 7229906 commit 477b032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ HTML comments are not preserved.

## Requirements

sanitize-html is intended for use with Node. That's pretty much it. All of its npm dependencies are pure JavaScript. sanitize-html is built on the excellent `htmlparser2` module.
sanitize-html is intended for use with Node.js and supports Node 10+. All of its npm dependencies are pure JavaScript. sanitize-html is built on the excellent `htmlparser2` module.

### Regarding Typescript

Expand Down

0 comments on commit 477b032

Please sign in to comment.