mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -04:00
refactor(packbuilder): expose class to public api
This commit is contained in:
parent
90e99faf81
commit
a1d617e053
2 changed files with 1 additions and 1 deletions
|
@ -25,6 +25,7 @@ export 'src/blame.dart';
|
||||||
export 'src/note.dart';
|
export 'src/note.dart';
|
||||||
export 'src/rebase.dart';
|
export 'src/rebase.dart';
|
||||||
export 'src/mailmap.dart';
|
export 'src/mailmap.dart';
|
||||||
|
export 'src/packbuilder.dart';
|
||||||
export 'src/features.dart';
|
export 'src/features.dart';
|
||||||
export 'src/error.dart';
|
export 'src/error.dart';
|
||||||
export 'src/git_types.dart';
|
export 'src/git_types.dart';
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
import 'dart:io';
|
import 'dart:io';
|
||||||
import 'package:libgit2dart/src/packbuilder.dart';
|
|
||||||
import 'package:test/test.dart';
|
import 'package:test/test.dart';
|
||||||
import 'package:libgit2dart/libgit2dart.dart';
|
import 'package:libgit2dart/libgit2dart.dart';
|
||||||
import 'helpers/util.dart';
|
import 'helpers/util.dart';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue