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.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/packages/tool-shell/package.json b/packages/tool-shell/package.json
index 606525f..f0a188c 100644
--- a/packages/tool-shell/package.json
+++ b/packages/tool-shell/package.json
@@ -1,12 +1,12 @@
{
- "name": "@dispatch/tool-shell",
- "version": "0.0.0",
- "type": "module",
- "private": true,
- "main": "dist/index.js",
- "types": "dist/index.d.ts",
- "dependencies": {
- "@dispatch/kernel": "workspace:*",
- "@dispatch/exec-backend": "workspace:*"
- }
+ "name": "@dispatch/tool-shell",
+ "version": "0.0.0",
+ "type": "module",
+ "private": true,
+ "main": "dist/index.js",
+ "types": "dist/index.d.ts",
+ "dependencies": {
+ "@dispatch/kernel": "workspace:*",
+ "@dispatch/exec-backend": "workspace:*"
+ }
}