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/ssh/package.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'packages/ssh/package.json') diff --git a/packages/ssh/package.json b/packages/ssh/package.json index 8f0d025..67dc78e 100644 --- a/packages/ssh/package.json +++ b/packages/ssh/package.json @@ -1,20 +1,20 @@ { - "name": "@dispatch/ssh", - "version": "0.0.0", - "type": "module", - "private": true, - "main": "dist/index.js", - "types": "dist/index.d.ts", - "dependencies": { - "@dispatch/exec-backend": "workspace:*", - "@dispatch/kernel": "workspace:*", - "@dispatch/transport-contract": "workspace:*", - "@dispatch/transport-http": "workspace:*", - "@dispatch/wire": "workspace:*", - "ssh-config": "^5.1.0", - "ssh2": "^1.17.0" - }, - "devDependencies": { - "@types/ssh2": "^1.15.5" - } + "name": "@dispatch/ssh", + "version": "0.0.0", + "type": "module", + "private": true, + "main": "dist/index.js", + "types": "dist/index.d.ts", + "dependencies": { + "@dispatch/exec-backend": "workspace:*", + "@dispatch/kernel": "workspace:*", + "@dispatch/transport-contract": "workspace:*", + "@dispatch/transport-http": "workspace:*", + "@dispatch/wire": "workspace:*", + "ssh-config": "^5.1.0", + "ssh2": "^1.17.0" + }, + "devDependencies": { + "@types/ssh2": "^1.15.5" + } } -- cgit v1.2.3