Skip to content

Commit

Permalink
Replace dev dependency execa with nano-spawn (smaller, 0 dependencies).
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Sep 23, 2024
1 parent 7c20e8f commit 15479aa
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 141 deletions.
15 changes: 14 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
},
"devDependencies": {
"ava": "^6.1.3",
"execa": "^9.3.1",
"markdownlint-cli-local-test-rule": "./test/custom-rules/markdownlint-cli-local-test-rule",
"nano-spawn": "^0.1.0",
"xo": "^0.59.3"
},
"xo": {
Expand Down
Loading

0 comments on commit 15479aa

Please sign in to comment.