Skip to content

Commit

Permalink
tools: update dmn to 2.2.2
Browse files Browse the repository at this point in the history
PR-URL: nodejs#27686
Reviewed-By: Ruben Bridgewater <[email protected]>
Reviewed-By: Anto Aravinth <[email protected]>
Reviewed-By: Yongsheng Zhang <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
  • Loading branch information
Trott committed May 16, 2019
1 parent 9f99d4e commit ac2f2cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/update-babel-eslint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected].1 -f clean
npx [email protected].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 [email protected] .
Expand Down
2 changes: 1 addition & 1 deletion tools/update-eslint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected].1 -f clean
npx [email protected].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 [email protected] .
Expand Down

0 comments on commit ac2f2cd

Please sign in to comment.