Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 19b8113

Browse files
authored
fix: make execa a dep, it's used in ipfs config edit (#3193)
`execa` was being used a devDep but is required by the CLI for opening an editor during `ipfs config edit`. However, due to the way the cli requires modules, this also breaks other config commands. fixes: #3192
1 parent 6b24463 commit 19b8113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ipfs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
"debug": "^4.1.0",
8585
"dlv": "^1.1.3",
8686
"err-code": "^2.0.0",
87+
"execa": "^4.0.0",
8788
"file-type": "^14.1.4",
8889
"fnv1a": "^1.0.1",
8990
"get-folder-size": "^2.0.0",
@@ -176,7 +177,6 @@
176177
"clear-module": "^4.0.0",
177178
"cross-env": "^7.0.0",
178179
"delay": "^4.3.0",
179-
"execa": "^4.0.0",
180180
"form-data": "^3.0.0",
181181
"go-ipfs": "^0.6.0",
182182
"interface-ipfs-core": "^0.138.0",

0 commit comments

Comments
 (0)