chore: prepare to publish

This commit is contained in:
Aleksey Kulikov 2022-05-05 16:56:02 +03:00
parent 64f6a475cc
commit 5dfedadfe6
4 changed files with 13 additions and 3 deletions

View file

@ -1,3 +1,6 @@
/// Dart bindings to libgit2.
library libgit2dart;
export 'src/annotated.dart';
export 'src/blame.dart';
export 'src/blob.dart';