Update markdown-it dependency to 4.4.0.

This commit is contained in:
David Anson 2015-07-29 22:45:39 -07:00
parent 4126c1abef
commit 010e3a1f72

View file

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