Update markdown-it dependency to 4.2.1, browserify to 10.1.3, istanbul to 0.3.13, q to 1.3.0.

This commit is contained in:
David Anson 2015-05-07 23:26:29 -07:00
parent 13fbeba20f
commit a5f811ad1a

View file

@ -20,14 +20,14 @@
"example": "npm install through2 & cd example & node standalone.js & grunt markdownlint & gulp markdownlint" "example": "npm install through2 & cd example & node standalone.js & grunt markdownlint & gulp markdownlint"
}, },
"dependencies": { "dependencies": {
"markdown-it": "^4.1.1" "markdown-it": "^4.2.1"
}, },
"devDependencies": { "devDependencies": {
"browserify": "^10.0.0", "browserify": "^10.1.3",
"eslint": "^0.20.0", "eslint": "^0.20.0",
"istanbul": "^0.3.8", "istanbul": "^0.3.13",
"nodeunit": "^0.9.1", "nodeunit": "^0.9.1",
"q": "^1.2.0" "q": "^1.3.0"
}, },
"keywords": [ "keywords": [
"markdown", "markdown",