summaryrefslogtreecommitdiffhomepage
path: root/packages/kernel/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/kernel/package.json')
-rw-r--r--packages/kernel/package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/kernel/package.json b/packages/kernel/package.json
index f613cac..d8d55a7 100644
--- a/packages/kernel/package.json
+++ b/packages/kernel/package.json
@@ -4,5 +4,8 @@
"type": "module",
"private": true,
"main": "dist/index.js",
- "types": "dist/index.d.ts"
+ "types": "dist/index.d.ts",
+ "dependencies": {
+ "@dispatch/wire": "workspace:*"
+ }
}