Update markdown-it dependency version syntax to avoid behavior change in 8.4.0.

This commit is contained in:
David Anson 2017-09-08 21:52:33 -07:00
parent 82d9c36d6f
commit adddd2020a

View file

@ -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",