-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix index, fix makezip, getfilepaths, sideload
- Loading branch information
Showing
3 changed files
with
87 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,6 @@ | ||
import { RokuDeploy } from './RokuDeploy'; | ||
|
||
//export everything from the RokuDeploy file | ||
export * from './RokuDeploy'; | ||
export * from './util'; | ||
export * from './RokuDeployOptions'; | ||
export * from './Errors'; | ||
export * from './DeviceInfo'; | ||
|
||
//create a new static instance of RokuDeploy, and export those functions for backwards compatibility | ||
export const rokuDeploy = new RokuDeploy(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters