mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
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:
parent
13fbeba20f
commit
a5f811ad1a
1 changed files with 4 additions and 4 deletions
|
|
@ -20,14 +20,14 @@
|
|||
"example": "npm install through2 & cd example & node standalone.js & grunt markdownlint & gulp markdownlint"
|
||||
},
|
||||
"dependencies": {
|
||||
"markdown-it": "^4.1.1"
|
||||
"markdown-it": "^4.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browserify": "^10.0.0",
|
||||
"browserify": "^10.1.3",
|
||||
"eslint": "^0.20.0",
|
||||
"istanbul": "^0.3.8",
|
||||
"istanbul": "^0.3.13",
|
||||
"nodeunit": "^0.9.1",
|
||||
"q": "^1.2.0"
|
||||
"q": "^1.3.0"
|
||||
},
|
||||
"keywords": [
|
||||
"markdown",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue