summaryrefslogtreecommitdiff
path: root/tools/node-lint-md-cli-rollup/package.json
diff options
context:
space:
mode:
authorDaijiro Wachi <daijiro.wachi@gmail.com>2018-11-13 17:50:06 +0900
committerDaniel Bevenius <daniel.bevenius@gmail.com>2018-11-16 04:20:27 +0100
commit195b7c2880ce36543791544b98ca1fc040b4057e (patch)
treef460c8296fc45e9119556caf796b02cf959338f2 /tools/node-lint-md-cli-rollup/package.json
parenteeed6d9858010ce9efafc41bc1df3a97766d6a59 (diff)
downloadandroid-node-v8-195b7c2880ce36543791544b98ca1fc040b4057e.tar.gz
android-node-v8-195b7c2880ce36543791544b98ca1fc040b4057e.tar.bz2
android-node-v8-195b7c2880ce36543791544b98ca1fc040b4057e.zip
tools: update remark-lint to v6.0.3 from v6.0.2
PR-URL: https://github.com/nodejs/node/pull/24333 Refs: https://github.com/remarkjs/remark-lint/releases/tag/6.0.3 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@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 128ba8b0d2..3fec3f64e7 100644
--- a/tools/node-lint-md-cli-rollup/package.json
+++ b/tools/node-lint-md-cli-rollup/package.json
@@ -11,7 +11,7 @@
"dependencies": {
"markdown-extensions": "^1.1.0",
"remark": "^10.0.0",
- "remark-lint": "^6.0.2",
+ "remark-lint": "^6.0.3",
"remark-preset-lint-node": "^1.1.0",
"unified-args": "^6.0.0",
"unified-engine": "^5.1.0"