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>
pull/22679/head
Rich Trott 2018-09-06 11:42:35 -07:00
parent 0c30d0e4e0
commit 7a50dbadd9
2 changed files with 2 additions and 2 deletions

View File

@ -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 .

View File

@ -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@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 .