summaryrefslogtreecommitdiff
path: root/tools/node-lint-md-cli-rollup/package.json
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-10-09 16:45:21 -0700
committerRich Trott <rtrott@gmail.com>2018-10-11 16:58:33 -0700
commit54ce229d309d6dc2991f434a1210ee4117963faf (patch)
treebdca69bfb146d3d38dc087f36adc0a881e7dfa65 /tools/node-lint-md-cli-rollup/package.json
parent03e1865baf6ca3325651b32d578a5b44fbf3fadd (diff)
downloadandroid-node-v8-54ce229d309d6dc2991f434a1210ee4117963faf.tar.gz
android-node-v8-54ce229d309d6dc2991f434a1210ee4117963faf.tar.bz2
android-node-v8-54ce229d309d6dc2991f434a1210ee4117963faf.zip
tools: update node-lint-md-cli-rollup
Update node-lint-md-cli-rollup. This silences some minor warnings that appear with `npm audit`. It also updates remark-preset-lint-node to 1.0.3 (from 1.0.2). PR-URL: https://github.com/nodejs/node/pull/23358 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.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 881139057e..e2b105f91b 100644
--- a/tools/node-lint-md-cli-rollup/package.json
+++ b/tools/node-lint-md-cli-rollup/package.json
@@ -12,7 +12,7 @@
"markdown-extensions": "^1.1.0",
"remark": "^8.0.0",
"remark-lint": "^6.0.2",
- "remark-preset-lint-node": "./remark-preset-lint-node",
+ "remark-preset-lint-node": "^1.0.3",
"unified-args": "^6.0.0",
"unified-engine": "^5.1.0"
},