Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ca06e65

Browse filesBrowse files
Trotttargos
authored andcommitted
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: #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>
1 parent 47acb78 commit ca06e65
Copy full SHA for ca06e65

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎tools/update-babel-eslint.sh‎

Copy file name to clipboardExpand all lines: tools/update-babel-eslint.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ npm init --yes
1616
npm install --global-style --no-bin-links --production --no-package-lock babel-eslint@latest
1717

1818
# Use dmn to remove some unneeded files.
19-
npx dmn@1.0.11 -f clean
19+
npx dmn@2.0.0 -f clean
2020
# Use removeNPMAbsolutePaths to remove unused data in package.json.
2121
# This avoids churn as absolute paths can change from one dev to another.
2222
npx removeNPMAbsolutePaths@1.0.4 .
Collapse file

‎tools/update-eslint.sh‎

Copy file name to clipboardExpand all lines: tools/update-eslint.sh
+1-1Lines changed: 1 addition & 1 deletion
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@1.0.11 -f clean
23+
npx dmn@2.0.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
npx removeNPMAbsolutePaths@1.0.4 .

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.