Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "gulp-git", | ||
"description": "Git plugin for Gulp (gulpjs.com)", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"homepage": "http://github.com/stevelacy/gulp-git", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -59,3 +59,3 @@ #gulp-git | ||
gulp.src('./') | ||
.pipe(git.addRemote({remote:'origin', repo:'https://github.com/stevelacy/git-test'})); | ||
.pipe(git.addRemote({remote:'origin', url:'https://github.com/stevelacy/git-test'})); | ||
}); | ||
@@ -62,0 +62,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12851
21