Merge pull request #657 from Hongarc/gulp

chore: use `gulp` instead of `grunt`
This commit is contained in:
Peter Cottle 2020-03-29 15:55:32 -07:00 committed by GitHub
commit 57caf3dc09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 2046 additions and 1493 deletions

View file

@ -138,8 +138,8 @@ HeadlessGit.prototype.sendCommand = function(value, entireCommandPromise) {
console.log('!!!!!!!!!!!!!!!!!!!!!!');
});
deferred.resolve();
return chain;
};
exports.HeadlessGit = HeadlessGit;
exports.getTreeQuick = getTreeQuick;