diff --git a/src/git-repository-async.js b/src/git-repository-async.js index b475f3467..52e974eb0 100644 --- a/src/git-repository-async.js +++ b/src/git-repository-async.js @@ -18,6 +18,10 @@ module.exports = class GitRepositoryAsync { return new GitRepositoryAsync(path, options) } + static get Git () { + return Git + } + constructor (path, options) { this.repo = null this.emitter = new Emitter()