Skip to content

Commit 15479aa

Browse files
committed
Replace dev dependency execa with nano-spawn (smaller, 0 dependencies).
1 parent 7c20e8f commit 15479aa

File tree

3 files changed

+153
-141
lines changed

3 files changed

+153
-141
lines changed

package-lock.json

+14-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
},
5252
"devDependencies": {
5353
"ava": "^6.1.3",
54-
"execa": "^9.3.1",
5554
"markdownlint-cli-local-test-rule": "./test/custom-rules/markdownlint-cli-local-test-rule",
55+
"nano-spawn": "^0.1.0",
5656
"xo": "^0.59.3"
5757
},
5858
"xo": {

0 commit comments

Comments
 (0)