summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-05-13 19:47:24 -0700
committerRich Trott <rtrott@gmail.com>2019-05-16 02:30:59 -0700
commitac2f2cd919ec549f908d3eb0b7fc8a6726a0ac25 (patch)
tree0b1ee3ca50cd444d2b6e9126d86c12d3e853d13f /tools
parent9f99d4e252c58d445738c00dc9e04e8b375086d5 (diff)
downloadandroid-node-v8-ac2f2cd919ec549f908d3eb0b7fc8a6726a0ac25.tar.gz
android-node-v8-ac2f2cd919ec549f908d3eb0b7fc8a6726a0ac25.tar.bz2
android-node-v8-ac2f2cd919ec549f908d3eb0b7fc8a6726a0ac25.zip
tools: update dmn to 2.2.2
PR-URL: https://github.com/nodejs/node/pull/27686 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/update-babel-eslint.sh2
-rwxr-xr-xtools/update-eslint.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/update-babel-eslint.sh b/tools/update-babel-eslint.sh
index bee6e227f7..82af0b724e 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@2.2.1 -f clean
+npx dmn@2.2.2-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 .
diff --git a/tools/update-eslint.sh b/tools/update-eslint.sh
index 09a95a20d1..f877c0a9e4 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.2.1 -f clean
+npx dmn@2.2.2 -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 .