Skip to content

Commit

Permalink
correct exports
Browse files Browse the repository at this point in the history
  • Loading branch information
jessedp committed Apr 19, 2020
1 parent cff2bdf commit a33edf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -190,4 +190,4 @@ class TabloApi {
}
}

export { TabloApi as Tablo }
export { Tablo };

0 comments on commit a33edf0

Please sign in to comment.