Browse Source

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.
pull/177/head
Chuck 8 years ago committed by Kyle Spearrin
parent
commit
26d41d3cb9
  1. 2
      package.json

2
package.json

@ -11,7 +11,7 @@ @@ -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",

Loading…
Cancel
Save