Skip to content

Commit

Permalink
Switch from pub_hosted to dart_pub
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexios80 committed May 1, 2024
1 parent b4b8035 commit 522bb3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions lib/pub.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export 'package:pub_hosted/src/solver.dart';
export 'package:pub_hosted/src/system_cache.dart';
export 'package:pub_hosted/src/entrypoint.dart';
export 'package:pub_hosted/src/package_name.dart';
export 'package:pub_hosted/src/source/cached.dart';
export 'package:dart_pub/src/solver.dart';
export 'package:dart_pub/src/system_cache.dart';
export 'package:dart_pub/src/entrypoint.dart';
export 'package:dart_pub/src/package_name.dart';
export 'package:dart_pub/src/source/cached.dart';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
ansicolor: ^2.0.1
pub_update_checker: ^1.2.0
flutter_tools_task_queue: ^1.0.0
pub_hosted: ^1.0.0
dart_pub: 0.0.1
pub_semver: ^2.1.4

dev_dependencies:
Expand Down

0 comments on commit 522bb3a

Please sign in to comment.