gitRemotes returns Remote[] (#39331)

This reverts d0bb9d9624 from #31420

release notes: https://github.com/nodegit/nodegit/releases/tag/v0.25.0
This commit is contained in:
garyking 2019-10-23 17:51:38 -04:00 committed by Wesley Wigham
parent 7c6cf9d1a7
commit 79521e48c8

View File

@ -163,7 +163,7 @@ export class Repository {
/**
* Lists out the remotes in the given repository.
*/
getRemotes(callback?: Function): Promise<string[]>;
getRemotes(callback?: Function): Promise<Remote[]>;
/**
* Gets a remote from the repo
*/