From fe4d29ae8fd394fb8712654e79520e3a68c09af9 Mon Sep 17 00:00:00 2001 From: Krzysztof Piasecki Date: Wed, 18 May 2016 15:00:43 +0200 Subject: [PATCH] Clone skycons and validator via https --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 785bb66e2..0813faca4 100644 --- a/bower.json +++ b/bower.json @@ -34,7 +34,7 @@ "iCheck": "icheck#^1.0.2", "Flot": "flot#^0.8.3", "bootstrap-daterangepicker": "^2.1.19", - "skycons": "git@github.com:darkskyapp/skycons.git", + "skycons": "https://github.com/darkskyapp/skycons.git", "jquery-sparkline": "^2.1.3", "morris.js": "^0.5.1", "bootstrap-wysiwyg": "bootstrap-wysiwyg-steveathon#^1.0.5", @@ -50,7 +50,7 @@ "jquery.inputmask": "^3.3.1", "jquery-knob": "^1.2.13", "cropper": "^2.3.0", - "validator": "git@github.com:yairEO/validator.git#^1.0.6", + "validator": "https://github.com/yairEO/validator.git#^1.0.6", "jQuery-Smart-Wizard": "^3.3.1", "dropzone": "^4.3.0", "pnotify": "^3.0.0",