fix(shorebird_code_push): tighten library exports
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
/// Get info about your Shorebird code push app
|
||||
library shorebird_code_push;
|
||||
|
||||
export 'src/shorebird_updater.dart';
|
||||
export 'src/shorebird_updater.dart'
|
||||
show
|
||||
Patch,
|
||||
ShorebirdUpdater,
|
||||
UpdateException,
|
||||
UpdateFailureReason,
|
||||
UpdateStatus;
|
||||
|
||||
Reference in New Issue
Block a user