Skip to content

Commit 5f4e0b9

Browse files
authored
fix: declare execa as dependency in cli-tools (#2292)
1 parent 95c4375 commit 5f4e0b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cli-tools/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"dependencies": {
1010
"appdirsjs": "^1.2.4",
1111
"chalk": "^4.1.2",
12+
"execa": "^5.0.0",
1213
"find-up": "^5.0.0",
1314
"mime": "^2.4.1",
1415
"node-fetch": "^2.6.0",

0 commit comments

Comments
 (0)