From 727c98c9dae516a2070eb950410314380a20c974 Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Fri, 26 Jun 2026 22:03:19 +0900 Subject: style: switch from tabs to 2-space indentation --- packages/cli/package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'packages/cli/package.json') diff --git a/packages/cli/package.json b/packages/cli/package.json index 3d99629..2a406cf 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,12 +1,12 @@ { - "name": "@dispatch/cli", - "version": "0.0.0", - "type": "module", - "private": true, - "main": "dist/index.js", - "types": "dist/index.d.ts", - "dependencies": { - "@dispatch/transport-contract": "workspace:*", - "@dispatch/wire": "workspace:*" - } + "name": "@dispatch/cli", + "version": "0.0.0", + "type": "module", + "private": true, + "main": "dist/index.js", + "types": "dist/index.d.ts", + "dependencies": { + "@dispatch/transport-contract": "workspace:*", + "@dispatch/wire": "workspace:*" + } } -- cgit v1.2.3