From 34d16a9cdce16af2e77b4a78ddc7d89b0cb8520a Mon Sep 17 00:00:00 2001 From: Sercan AKMAN Date: Thu, 9 Mar 2017 17:33:07 +0300 Subject: [PATCH] edited package.json to indicate the official repo and to be published to npm --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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",