Comparing version 1.0.4 to 1.0.5
@@ -19,3 +19,3 @@ 'use strict'; | ||
var cmd = 'svn ' + opt.args; | ||
var cmd = 'svn ' + options.args; | ||
@@ -34,2 +34,2 @@ if(options.username && options.password) { | ||
}); | ||
}; | ||
}; |
{ | ||
"name": "gulp-svn", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "SVN plugin for gulp (gulpjs.com)", | ||
@@ -21,3 +21,5 @@ "homepage": "https://github.com/yasinkocak/gulp-svn", | ||
"svn", | ||
"gulp svn", | ||
"gulpsvn", | ||
"gulp-svn", | ||
"gulpplugin", | ||
@@ -24,0 +26,0 @@ "gulp-plugin" |
@@ -56,4 +56,13 @@ #gulp-svn | ||
// Run svn tag | ||
gulp.task('tag', function(){ | ||
svn.tag('version-0.0.1', 'Tagged commit', function (err){ | ||
if(err) { | ||
throw err; | ||
} | ||
}); | ||
}); | ||
// Run gulp | ||
gulp.task('default',['add', 'commit']); | ||
``` | ||
``` |
Sorry, the diff of this file is not supported yet
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
14658
287
68