summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-02-01 14:01:14 -0800
committerRich Trott <rtrott@gmail.com>2019-02-03 16:46:19 -0800
commitb322b76dad5b05e20586622cdc86c83367e863e1 (patch)
tree05fe203cef9a1a18901d4af606ba80c797e90810 /tools
parent363ef3faecaeafce3460e7464c4277101f8c9680 (diff)
downloadandroid-node-v8-b322b76dad5b05e20586622cdc86c83367e863e1.tar.gz
android-node-v8-b322b76dad5b05e20586622cdc86c83367e863e1.tar.bz2
android-node-v8-b322b76dad5b05e20586622cdc86c83367e863e1.zip
tools: update dmn in update-estlint.sh
Version 2.1.0 of dmn will get rid of .map and .ts files. PR-URL: https://github.com/nodejs/node/pull/25877 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yuta Hiroto <hello@hiroppy.me>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/update-eslint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/update-eslint.sh b/tools/update-eslint.sh
index 86c597336a..9a2f5f4401 100755
--- a/tools/update-eslint.sh
+++ b/tools/update-eslint.sh
@@ -20,7 +20,7 @@ npm install --no-bin-links --production --no-package-lock eslint-plugin-markdown
cd ../..
# Use dmn to remove some unneeded files.
-npx dmn@2.0.0 -f clean
+npx dmn@2.1.0 -f clean
# Use removeNPMAbsolutePaths to remove unused data in package.json.
# This avoids churn as absolute paths can change from one dev to another.
npx removeNPMAbsolutePaths@1.0.4 .