Skip to content

Commit

Permalink
chore: fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
develar committed Mar 15, 2017
1 parent fb24e26 commit a40f94b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/electron-updater/src/PrivateGitHubProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { FileInfo, formatUrl, getChannelFilename, getCurrentPlatform, getDefault
import { validateUpdateInfo } from "./GenericProvider"
import { BaseGitHubProvider } from "./GitHubProvider"

interface PrivateGitHubUpdateInfo extends UpdateInfo {
export interface PrivateGitHubUpdateInfo extends UpdateInfo {
assets: Array<Asset>
}

Expand Down Expand Up @@ -96,7 +96,7 @@ export class PrivateGitHubProvider extends BaseGitHubProvider<PrivateGitHubUpdat
}
}

interface Asset {
export interface Asset {
name: string
url: string
}

0 comments on commit a40f94b

Please sign in to comment.