From b322b76dad5b05e20586622cdc86c83367e863e1 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 1 Feb 2019 14:01:14 -0800 Subject: [PATCH] tools: update dmn in update-estlint.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-By: Colin Ihrig Reviewed-By: Yuta Hiroto --- tools/update-eslint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/update-eslint.sh b/tools/update-eslint.sh index 86c597336a8f18..9a2f5f4401e892 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 .