From ac2f2cd919ec549f908d3eb0b7fc8a6726a0ac25 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 13 May 2019 19:47:24 -0700 Subject: [PATCH] tools: update dmn to 2.2.2 PR-URL: https://github.com/nodejs/node/pull/27686 Reviewed-By: Ruben Bridgewater Reviewed-By: Anto Aravinth Reviewed-By: Yongsheng Zhang Reviewed-By: Trivikram Kamat --- tools/update-babel-eslint.sh | 2 +- tools/update-eslint.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/update-babel-eslint.sh b/tools/update-babel-eslint.sh index bee6e227f7d..82af0b724e3 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 09a95a20d1d..f877c0a9e48 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 .