Update markdown-it dependency to 5.1.0.

This commit is contained in:
David Anson 2016-01-08 20:59:03 -08:00
parent f91e3dafb6
commit 36eaa821d9

View file

@ -20,7 +20,7 @@
"example": "npm install through2 && cd example && node standalone.js && grunt markdownlint --force && gulp markdownlint"
},
"dependencies": {
"markdown-it": "^4.4.0"
"markdown-it": "^5.1.0"
},
"devDependencies": {
"browserify": "^11.2.0",