Skip to content

Commit 89fb701

Browse files
committed
Update packages, including typescript 5->6
1 parent 1b69dfc commit 89fb701

9 files changed

Lines changed: 481 additions & 2832 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ A VSCode command called `Prettify markdown tables` is also available to format t
3535

3636
## NPM
3737

38-
The core formatting logic is available as an NPM package: `npm install --save markdown-table-prettify`. The Typescript code is compiled down to ES5 and shipped inside the package.
38+
The core formatting logic is available as an NPM package: `npm install --save markdown-table-prettify`. The Typescript code is compiled to ES2022 and shipped inside the package. Requires Node.js 16.11+.
3939

4040
It currently exposes the entry point also used by the _CLI_. It can be used from regular NodeJS or web apps:
4141

0 commit comments

Comments
 (0)