mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Remove support for end-of-life Node 16 from helpers and micromark packages.
This commit is contained in:
parent
28e1b23955
commit
902783df21
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@
|
|||
"bugs": "https://github.com/DavidAnson/markdownlint/issues",
|
||||
"funding": "https://github.com/sponsors/DavidAnson",
|
||||
"engines": {
|
||||
"node": ">=16"
|
||||
"node": ">=18"
|
||||
},
|
||||
"dependencies": {
|
||||
"markdownlint-micromark": "0.1.2"
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
"build": "webpack --stats minimal"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16"
|
||||
"node": ">=18"
|
||||
},
|
||||
"devDependencies": {
|
||||
"micromark": "4.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue