File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ npm init --yes
16
16
npm install --global-style --no-bin-links --production --no-package-lock babel-eslint@latest
17
17
18
18
# Use dmn to remove some unneeded files.
19
- npx dmn@2.2.1 -f clean
19
+ npx dmn@2.2.2 -f clean
20
20
# Use removeNPMAbsolutePaths to remove unused data in package.json.
21
21
# This avoids churn as absolute paths can change from one dev to another.
22
22
npx removeNPMAbsolutePaths@1.0.4 .
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ npm install --no-bin-links --production --no-package-lock eslint-plugin-markdown
20
20
cd ../..
21
21
22
22
# Use dmn to remove some unneeded files.
23
- npx dmn@2.2.1 -f clean
23
+ npx dmn@2.2.2 -f clean
24
24
# Use removeNPMAbsolutePaths to remove unused data in package.json.
25
25
# This avoids churn as absolute paths can change from one dev to another.
26
26
npx removeNPMAbsolutePaths@1.0.4 .
You can’t perform that action at this time.
0 commit comments