summaryrefslogtreecommitdiff
path: root/tools/update-babel-eslint.sh
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-09-06 11:42:35 -0700
committerRich Trott <rtrott@gmail.com>2018-09-06 13:06:54 -0700
commit7a50dbadd954bcf036741ffed9f098146409bca3 (patch)
tree0d1be1cda310f323f5fd698f3af9ec7802008cd1 /tools/update-babel-eslint.sh
parent0c30d0e4e02e5b2b125a4eccb29ae8f48b457b8a (diff)
downloadandroid-node-v8-7a50dbadd954bcf036741ffed9f098146409bca3.tar.gz
android-node-v8-7a50dbadd954bcf036741ffed9f098146409bca3.tar.bz2
android-node-v8-7a50dbadd954bcf036741ffed9f098146409bca3.zip
tools: update dmn to 2.0.0
New version of dmn with better support for case-sensitive file systems. Use it in the update-* scripts. PR-URL: https://github.com/nodejs/node/pull/22733 Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Diffstat (limited to 'tools/update-babel-eslint.sh')
-rwxr-xr-xtools/update-babel-eslint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/update-babel-eslint.sh b/tools/update-babel-eslint.sh
index 6e5971e4ef..59a02090c5 100755
--- a/tools/update-babel-eslint.sh
+++ b/tools/update-babel-eslint.sh
@@ -16,7 +16,7 @@ npm init --yes
npm install --global-style --no-bin-links --production --no-package-lock babel-eslint@latest
# Use dmn to remove some unneeded files.
-npx dmn@1.0.11 -f clean
+npx dmn@2.0.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 .