« get me outta code hell

Import tui-lib with npm instead of as a submodule - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/client.js
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2019-10-17 12:07:22 -0300
committerFlorrie <towerofnix@gmail.com>2019-10-17 12:07:22 -0300
commitdd1d5c0cb646c2bf9dd189b0e81892a676bf25cb (patch)
treea49e67d42f981b86ad5a47615fd80f5a0b1411d4 /client.js
parente8dda5c874df324f2aaeaedd6771ae679b6f66c4 (diff)
Import tui-lib with npm instead of as a submodule
Diffstat (limited to 'client.js')
-rw-r--r--client.js2
1 files changed, 1 insertions, 1 deletions
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 = () => {