mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-03-01 16:20:15 +01:00
Update dependencies: browserify to 14.5.0, eslint to 4.10.0, nodeunit to 0.11.2, q to 1.5.1, rimraf to 2.6.2, uglify-js to 3.1.8.
This commit is contained in:
parent
b19b3ccd7f
commit
975129671e
3 changed files with 16 additions and 13 deletions
14
package.json
14
package.json
|
|
@ -23,19 +23,19 @@
|
|||
"example": "cd example && node standalone.js && grunt markdownlint --force && gulp markdownlint"
|
||||
},
|
||||
"dependencies": {
|
||||
"markdown-it": "~8.3.2"
|
||||
"markdown-it": "8.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browserify": "^14.4.0",
|
||||
"browserify": "^14.5.0",
|
||||
"cpy-cli": "^1.0.1",
|
||||
"eslint": "^4.2.0",
|
||||
"eslint": "^4.10.0",
|
||||
"glob": "^7.1.2",
|
||||
"istanbul": "^0.4.5",
|
||||
"nodeunit": "^0.11.1",
|
||||
"q": "^1.5.0",
|
||||
"rimraf": "^2.6.1",
|
||||
"nodeunit": "^0.11.2",
|
||||
"q": "^1.5.1",
|
||||
"rimraf": "^2.6.2",
|
||||
"tv4": "^1.3.0",
|
||||
"uglify-js": "^3.0.25"
|
||||
"uglify-js": "^3.1.8"
|
||||
},
|
||||
"keywords": [
|
||||
"markdown",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue