diff --git a/package.json b/package.json index fb6c62f..f98ba39 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { - "name": "gulp-sftp", - "version": "0.1.5", - "description": "Upload files via SSH", + "name": "gulp-sftp-with-callbacks", + "version": "0.1.6", + "description": "Forked version of official gulp-sftp with additional callbacks. Official repo: gtg092x/gulp-sftp", "license": "MIT", - "repository": "gtg092x/gulp-sftp", - "homepage": "https://github.com/gtg092x/gulp-sftp/", + "repository": "nynevi/gulp-sftp", + "homepage": "https://github.com/nynevi/gulp-sftp", "bugs": { - "url" : "https://github.com/gtg092x/gulp-sftp/issues" + "url" : "https://github.com/nynevi/gulp-sftp/issues" }, "author": { "name": "Matthew Drake",