summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/package.json
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-02-27 22:32:31 -0800
committerRich Trott <rtrott@gmail.com>2019-03-01 22:55:28 -0800
commitf11e8b959dce355bbb21fa2f95108732db464897 (patch)
treefbb6a56d2e138bfcf1531e0abf2d09166b87dcdd /tools/node_modules/eslint/package.json
parente0c39218d988acc3e9fdd61829118ae5aa33e9a0 (diff)
downloadandroid-node-v8-f11e8b959dce355bbb21fa2f95108732db464897.tar.gz
android-node-v8-f11e8b959dce355bbb21fa2f95108732db464897.tar.bz2
android-node-v8-f11e8b959dce355bbb21fa2f95108732db464897.zip
tools: update eslint-plugin-markdown to 1.0.0
For eslint-plugin-markdown, we had been using an RC but can now use the most recent stable release of 1.0.0, as it has the bugfix that caused us to start using the RC in the first place. There are a few other updates in this commit too because it was performed by running `update-eslint.sh`. This did not update ESLint itself but did update some dependencies. PR-URL: https://github.com/nodejs/node/pull/26345 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'tools/node_modules/eslint/package.json')
-rw-r--r--tools/node_modules/eslint/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/node_modules/eslint/package.json b/tools/node_modules/eslint/package.json
index 6712e94844..3dfde8476c 100644
--- a/tools/node_modules/eslint/package.json
+++ b/tools/node_modules/eslint/package.json
@@ -17,7 +17,7 @@
"cross-spawn": "^6.0.5",
"debug": "^4.0.1",
"doctrine": "^3.0.0",
- "eslint-plugin-markdown": "^1.0.0-rc.1",
+ "eslint-plugin-markdown": "^1.0.0",
"eslint-scope": "^4.0.0",
"eslint-utils": "^1.3.1",
"eslint-visitor-keys": "^1.0.0",