From c12250874f83ecea3d7db488baa8bc88e1ba81e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Fri, 11 Jan 2019 17:33:05 +0100 Subject: [PATCH] Set protocol of github dependencies to https MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I'm sitting in a café and its WiFi is blocking certain ports. I believe this setting does not hurt and it fixes a connection issue in my current situation. --- styleguide/package.json | 2 +- styleguide/yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/styleguide/package.json b/styleguide/package.json index 57eea0c0c..66e4be840 100644 --- a/styleguide/package.json +++ b/styleguide/package.json @@ -57,7 +57,7 @@ "vue-router": "^3.0.1", "vue-svg-loader": "^0.8.0", "vue-template-compiler": "^2.5.17", - "vuep": "git://github.com/visualjerk/vuep.git#fix-iframe-firefox", + "vuep": "git+https://github.com/visualjerk/vuep.git#fix-iframe-firefox", "webpack-bundle-analyzer": "^2.13.1", "webpack-merge-and-include-globally": "^2.0.11" }, diff --git a/styleguide/yarn.lock b/styleguide/yarn.lock index fcd471314..1cb4cb1bd 100644 --- a/styleguide/yarn.lock +++ b/styleguide/yarn.lock @@ -10624,9 +10624,9 @@ vue@^2.4.2, vue@^2.5.17: resolved "https://registry.yarnpkg.com/vue/-/vue-2.5.17.tgz#0f8789ad718be68ca1872629832ed533589c6ada" integrity sha512-mFbcWoDIJi0w0Za4emyLiW72Jae0yjANHbCVquMKijcavBGypqlF7zHRgMa5k4sesdv7hv2rB4JPdZfR+TPfhQ== -"vuep@git://github.com/visualjerk/vuep.git#fix-iframe-firefox": +"vuep@git+https://github.com/visualjerk/vuep.git#fix-iframe-firefox": version "0.8.1" - resolved "git://github.com/visualjerk/vuep.git#df765f9bce3d96f79ffc35e75ec2885539bf9baa" + resolved "git+https://github.com/visualjerk/vuep.git#df765f9bce3d96f79ffc35e75ec2885539bf9baa" dependencies: simple-assign "^0.1.0"