mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Set protocol of github dependencies to https
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.
This commit is contained in:
parent
b7c0b5d2fa
commit
c12250874f
@ -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"
|
||||
},
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user