diff --git a/src/index.ts b/src/index.ts index c2839d2..436ba39 100644 --- a/src/index.ts +++ b/src/index.ts @@ -9,7 +9,7 @@ const debug = Debug('index'); const Axios = axios.create(); -class TabloApi { +export default class Tablo { private devices: Device[]; private airingsCache: []; private device: Device; @@ -190,4 +190,4 @@ class TabloApi { } } -export { TabloApi as Tablo } \ No newline at end of file +export { Tablo }; \ No newline at end of file