Skip to content

Commit

Permalink
Change to require Node.js 16
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 10, 2023
1 parent 2b72465 commit 7cb1e33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ versions of Node.js.

When we cut a new major release, we drop support for unmaintained versions of
Node.
This means we try to keep the current release line, `vfile-statistics@^2`,
compatible with Node.js 12.
This means we try to keep the current release line, `vfile-statistics@^3`,
compatible with Node.js 16.

## Contribute

Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"declaration": true,
"emitDeclarationOnly": true,
"exactOptionalPropertyTypes": true,
"lib": ["es2021"],
"lib": ["es2022"],
"module": "node16",
"strict": true,
"target": "es2021"
"target": "es2022"
}
}

0 comments on commit 7cb1e33

Please sign in to comment.