From 26d41d3cb90ddff8870b3bf9c8a3d52c069356e1 Mon Sep 17 00:00:00 2001 From: Chuck Date: Tue, 23 Jan 2018 10:43:51 -0600 Subject: [PATCH] Change npm to use https for gulp-gh-pages restore. (#168) When using VS 2017 node.js integration, npm fails because a host key cannot be validated. Switching to https, provides security and no additional configuration to restore the package. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3745ba2858..d8fadb1b19 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "gulp-less": "3.3.2", "gulp-rename": "1.2.2", "gulp-uglify": "3.0.0", - "gulp-gh-pages": "git@github.com:tekd/gulp-gh-pages.git#update-dependency", + "gulp-gh-pages": "git+https://github.com/tekd/gulp-gh-pages.git#update-dependency", "gulp-preprocess": "2.0.0", "gulp-ng-annotate": "2.0.0", "gulp-ng-config": "1.5.0",