Skip to content

Commit 8d14870

Browse files
Trottaddaleax
authored andcommitted
tools: update dmn in update-estlint.sh
Version 2.1.0 of dmn will get rid of .map and .ts files. Backport-PR-URL: #25965 PR-URL: #25877 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]>
1 parent e81c6c8 commit 8d14870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/update-eslint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ npm install --no-bin-links --production --no-package-lock eslint-plugin-markdown
2020
cd ../..
2121

2222
# Use dmn to remove some unneeded files.
23-
npx dmn@2.0.0 -f clean
23+
npx dmn@2.1.0 -f clean
2424
# Use removeNPMAbsolutePaths to remove unused data in package.json.
2525
# This avoids churn as absolute paths can change from one dev to another.
2626

0 commit comments

Comments
 (0)