Export nodegit from GitRepositoryAsync

This commit is contained in:
Daniel Hengeveld
2015-10-26 15:18:11 +01:00
parent e01a699d74
commit 03045674b8

View File

@@ -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()