mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-03-09 03:42:34 +01:00
Update package.json / engines / node to 12+ due to deprecation of Node 10.
This commit is contained in:
parent
2bde578a38
commit
c4a7c87d69
2 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@
|
|||
"test-extra": "ava --timeout=5m test/markdownlint-test-extra.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
"node": ">=12"
|
||||
},
|
||||
"dependencies": {
|
||||
"markdown-it": "12.2.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue