Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Work in Progress
Browse files Browse the repository at this point in the history
  • Loading branch information
aphex3k committed May 21, 2020
1 parent 0555480 commit 20e13db
Show file tree
Hide file tree
Showing 15 changed files with 2,345 additions and 1,277 deletions.
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
local-only/
*.jpg
*.jpeg
package-lock.json
.git/

Expand Down Expand Up @@ -34,3 +35,7 @@ tslint.json
npm-debug.log
snapshot-error.txt
persist/

src/
testing-config/
*.code-workspace
5 changes: 2 additions & 3 deletions lib/Bloomsky.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/// <reference types="node" />
import API from "./homebridge";
import { FFMPEG } from "./Ffmpeg";
import { API } from "./homebridge";
import { PlatformAccessory } from "./PlatformAccessory";
import { IStation } from "./Station";
import { PlatformAccessory } from "./PlatformAccessory";
export { Bloomsky };
export default class Bloomsky {
static Accessory: PlatformAccessory;
Expand Down
Loading

0 comments on commit 20e13db

Please sign in to comment.