summaryrefslogtreecommitdiffhomepage
path: root/packages/tool-shell/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/tool-shell/package.json')
-rw-r--r--packages/tool-shell/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/tool-shell/package.json b/packages/tool-shell/package.json
index 3c5995c..606525f 100644
--- a/packages/tool-shell/package.json
+++ b/packages/tool-shell/package.json
@@ -6,6 +6,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
- "@dispatch/kernel": "workspace:*"
+ "@dispatch/kernel": "workspace:*",
+ "@dispatch/exec-backend": "workspace:*"
}
}