diff options
Diffstat (limited to 'packages/wire/package.json')
| -rw-r--r-- | packages/wire/package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/wire/package.json b/packages/wire/package.json index 027c0b3..ee57977 100644 --- a/packages/wire/package.json +++ b/packages/wire/package.json @@ -1,8 +1,8 @@ { - "name": "@dispatch/wire", - "version": "0.12.0", - "type": "module", - "private": true, - "main": "dist/index.js", - "types": "dist/index.d.ts" + "name": "@dispatch/wire", + "version": "0.12.0", + "type": "module", + "private": true, + "main": "dist/index.js", + "types": "dist/index.d.ts" } |
