mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Update markdown-it dependency version syntax to avoid behavior change in 8.4.0.
This commit is contained in:
parent
82d9c36d6f
commit
adddd2020a
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
"example": "cd example && node standalone.js && grunt markdownlint --force && gulp markdownlint"
|
||||
},
|
||||
"dependencies": {
|
||||
"markdown-it": "^8.3.1"
|
||||
"markdown-it": "~8.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browserify": "^14.4.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue