From dd1d5c0cb646c2bf9dd189b0e81892a676bf25cb Mon Sep 17 00:00:00 2001 From: Florrie Date: Thu, 17 Oct 2019 12:07:22 -0300 Subject: Import tui-lib with npm instead of as a submodule --- client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client.js') diff --git a/client.js b/client.js index a48ca3f..50e4a7a 100644 --- a/client.js +++ b/client.js @@ -14,7 +14,7 @@ const { Flushable, TelnetInterfacer } -} = require('./tui-lib') +} = require('tui-lib') const setupClient = async ({backend, writable, interfacer, appConfig}) => { const cleanTerminal = () => { -- cgit 1.3.0-6-gf8a5