From 7ab1d4b778a2377c278670335756e09b5648ac78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elizabeth=20Mart=C3=ADn=20Campos?= Date: Sat, 28 Jan 2023 19:19:46 +0100 Subject: [PATCH] feat: publish typings for tabby-ssh --- tabby-ssh/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tabby-ssh/package.json b/tabby-ssh/package.json index 366a08e261..7d4c89736f 100644 --- a/tabby-ssh/package.json +++ b/tabby-ssh/package.json @@ -16,7 +16,8 @@ }, "files": [ "dist", - "util/pagent.exe" + "util/pagent.exe", + "typings" ], "author": "Eugene Pankov", "license": "MIT",