summaryrefslogtreecommitdiff
path: root/tools/node-lint-md-cli-rollup/package.json
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-05-17 15:40:10 -0700
committerRich Trott <rtrott@gmail.com>2019-05-19 23:08:53 -0700
commitcc7e15f850d2b3773b555ae05157ec73ea627154 (patch)
tree93944fa498f7507dc5a90f0b2a86a28b4c0070c2 /tools/node-lint-md-cli-rollup/package.json
parent4a218fd96fbd1dfd7158881798508a1259925d9d (diff)
downloadandroid-node-v8-cc7e15f850d2b3773b555ae05157ec73ea627154.tar.gz
android-node-v8-cc7e15f850d2b3773b555ae05157ec73ea627154.tar.bz2
android-node-v8-cc7e15f850d2b3773b555ae05157ec73ea627154.zip
tools: update markdown linter for Windows line endings
Update the markdown linter to work with Windows line endings. Previously, Windows line endings would break the trailing-spaces plugin. PR-URL: https://github.com/nodejs/node/pull/27756 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Diffstat (limited to 'tools/node-lint-md-cli-rollup/package.json')
-rw-r--r--tools/node-lint-md-cli-rollup/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/node-lint-md-cli-rollup/package.json b/tools/node-lint-md-cli-rollup/package.json
index 706571d039..fde07df857 100644
--- a/tools/node-lint-md-cli-rollup/package.json
+++ b/tools/node-lint-md-cli-rollup/package.json
@@ -9,7 +9,7 @@
"markdown-extensions": "^1.1.1",
"remark": "^10.0.1",
"remark-lint": "^6.0.4",
- "remark-preset-lint-node": "^1.6.0",
+ "remark-preset-lint-node": "^1.6.1",
"unified-args": "^6.0.0",
"unified-engine": "^6.0.1"
},