Skip to content

Commit

Permalink
fix: re-export some of "builder-util-runtime" types directly from "el…
Browse files Browse the repository at this point in the history
…ectron-updater". (electron-userland#5675)
  • Loading branch information
romansp committed May 8, 2021
1 parent 1011919 commit 2a0c264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/electron-updater/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { AppUpdater } from "./AppUpdater"
import { LoginCallback } from "./electronHttpExecutor"

export { AppUpdater, NoOpLogger } from "./AppUpdater"
export { UpdateInfo }
export { CancellationToken, PackageFileInfo, ProgressInfo, UpdateFileInfo, UpdateInfo }
export { Provider } from "./providers/Provider"
export { AppImageUpdater } from "./AppImageUpdater"
export { MacUpdater } from "./MacUpdater"
Expand Down

0 comments on commit 2a0c264

Please sign in to comment.