diff options
Diffstat (limited to 'packages/message-queue/package.json')
| -rw-r--r-- | packages/message-queue/package.json | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/packages/message-queue/package.json b/packages/message-queue/package.json index a8fcc4b..75df09e 100644 --- a/packages/message-queue/package.json +++ b/packages/message-queue/package.json @@ -1,14 +1,14 @@ { - "name": "@dispatch/message-queue", - "version": "0.0.0", - "type": "module", - "private": true, - "main": "dist/index.js", - "types": "dist/index.d.ts", - "dependencies": { - "@dispatch/kernel": "workspace:*", - "@dispatch/surface-registry": "workspace:*", - "@dispatch/ui-contract": "workspace:*", - "@dispatch/wire": "workspace:*" - } + "name": "@dispatch/message-queue", + "version": "0.0.0", + "type": "module", + "private": true, + "main": "dist/index.js", + "types": "dist/index.d.ts", + "dependencies": { + "@dispatch/kernel": "workspace:*", + "@dispatch/surface-registry": "workspace:*", + "@dispatch/ui-contract": "workspace:*", + "@dispatch/wire": "workspace:*" + } } |
