react-component-gulp-tasks
                                
                                 react-component-gulp-tasks copied to clipboard
                                
                                    react-component-gulp-tasks copied to clipboard
                            
                            
                            
                        upgrade gulp-git
gulp-git has [email protected] as a dependency, and [email protected] will fail with node v8.
So I upgraded gulp-git and fixed some code with happiness --fix.
I hope @JedWatson can merge this PR soon.
didn't see this pull request,
This solves issue #31
I hope @JedWatson can merge this PR soon.
I can confirm this issue exists after upgrading to node v8.9.0.
Upgrading the version of gulp-git in package.json indeed resolves the issue.
"dependencies": {
  ..
  "gulp-git": "^2.4.1",
}
any chance this could get merged @JedWatson ?