mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-18 19:28:05 +01:00
Update markdown-it dependency to 4.2.2, browserify to 10.2.4, eslint to 0.23.0, istanbul to 0.3.15.
This commit is contained in:
parent
4a5ea23ff7
commit
cfd1694ec0
2 changed files with 11 additions and 4 deletions
|
|
@ -20,12 +20,12 @@
|
|||
"example": "npm install through2 & cd example & node standalone.js & grunt markdownlint & gulp markdownlint"
|
||||
},
|
||||
"dependencies": {
|
||||
"markdown-it": "^4.2.1"
|
||||
"markdown-it": "^4.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browserify": "^10.1.3",
|
||||
"eslint": "^0.21.0",
|
||||
"istanbul": "^0.3.13",
|
||||
"browserify": "^10.2.4",
|
||||
"eslint": "^0.23.0",
|
||||
"istanbul": "^0.3.15",
|
||||
"nodeunit": "^0.9.1",
|
||||
"q": "^1.4.0",
|
||||
"uglify-js": "^2.4.23"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue