mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Update dependencies: markdown-it to 8.3.1, eslint to 3.18.0, uglify-js to 2.8.13.
This commit is contained in:
parent
31c252a55c
commit
a8a7d19d36
2 changed files with 5 additions and 3 deletions
|
@ -73,6 +73,7 @@
|
|||
"no-case-declarations": "error",
|
||||
"no-catch-shadow": "error",
|
||||
"no-class-assign": "error",
|
||||
"no-compare-neg-zero": "error",
|
||||
"no-cond-assign": "error",
|
||||
"no-confusing-arrow": "error",
|
||||
"no-console": "error",
|
||||
|
@ -198,6 +199,7 @@
|
|||
"no-warning-comments": "error",
|
||||
"no-whitespace-before-property": "error",
|
||||
"no-with": "error",
|
||||
"nonblock-statement-body-position": "error",
|
||||
"object-curly-newline": "off",
|
||||
"object-curly-spacing": ["error", "always"],
|
||||
"object-property-newline": "error",
|
||||
|
|
|
@ -23,19 +23,19 @@
|
|||
"example": "cd example && node standalone.js && grunt markdownlint --force && gulp markdownlint"
|
||||
},
|
||||
"dependencies": {
|
||||
"markdown-it": "^8.3.0"
|
||||
"markdown-it": "^8.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browserify": "^14.1.0",
|
||||
"cpy-cli": "^1.0.1",
|
||||
"eslint": "^3.16.1",
|
||||
"eslint": "^3.18.0",
|
||||
"glob": "^7.1.1",
|
||||
"istanbul": "^0.4.5",
|
||||
"nodeunit": "^0.11.0",
|
||||
"q": "^1.4.1",
|
||||
"rimraf": "^2.6.1",
|
||||
"tv4": "^1.2.7",
|
||||
"uglify-js": "^2.8.5"
|
||||
"uglify-js": "^2.8.13"
|
||||
},
|
||||
"keywords": [
|
||||
"markdown",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue