markdownlint-cli
Advanced tools
Comparing version 0.15.0 to 0.16.0
{ | ||
"name": "markdownlint-cli", | ||
"version": "0.15.0", | ||
"version": "0.16.0", | ||
"description": "MarkdownLint Command Line Interface", | ||
@@ -10,3 +10,3 @@ "main": "markdownlint.js", | ||
"engines": { | ||
"node": ">=6" | ||
"node": ">=8" | ||
}, | ||
@@ -44,6 +44,6 @@ "scripts": { | ||
"glob": "~7.1.2", | ||
"js-yaml": "~3.13.0", | ||
"js-yaml": "^3.13.1", | ||
"lodash.differencewith": "~4.5.0", | ||
"lodash.flatten": "~4.4.0", | ||
"markdownlint": "~0.13.0", | ||
"markdownlint": "~0.14.1", | ||
"minimatch": "~3.0.4", | ||
@@ -53,10 +53,8 @@ "rc": "~1.2.7" | ||
"devDependencies": { | ||
"ava": "^0.16.0", | ||
"babel-preset-es2015": "^6.6.0", | ||
"babel-preset-stage-2": "^6.5.0", | ||
"execa": "^0.6.3", | ||
"ava": "^1.4.1", | ||
"execa": "^1.0.0", | ||
"husky": "^0.11.3", | ||
"tap-growl": "^1.1.2", | ||
"xo": "*", | ||
"test-rule-package": "./test/custom-rules/test-rule-package" | ||
"test-rule-package": "./test/custom-rules/test-rule-package", | ||
"xo": "*" | ||
}, | ||
@@ -69,2 +67,3 @@ "xo": { | ||
"prefer-arrow-callback": 0, | ||
"promise/prefer-await-to-then": 0, | ||
"object-shorthand": 0 | ||
@@ -78,11 +77,4 @@ } | ||
], | ||
"failFast": true, | ||
"babel": { | ||
"presets": [ | ||
"es2015", | ||
"stage-2" | ||
], | ||
"plugins": [] | ||
} | ||
"failFast": true | ||
} | ||
} |
6
13513
+ Addedjs-yaml@3.14.1(transitive)
+ Addedmarkdownlint@0.14.2(transitive)
- Removedjs-yaml@3.13.1(transitive)
- Removedmarkdownlint@0.13.0(transitive)
Updatedjs-yaml@^3.13.1
Updatedmarkdownlint@~0.14.1