From 262d5efc0610f162eff6ca1e388e06d470818b55 Mon Sep 17 00:00:00 2001 From: Mauricio Cattafi Date: Thu, 24 Oct 2019 13:48:26 -0300 Subject: [PATCH] fix rutas http --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bd13118..1487615 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "gulp-uglify": "^3.0.1", "jquery": "^3.3.1", "pump": "^3.0.0", - "foca-modal": "git+http://git.focasoftware.com/npm/foca-modal.git" + "foca-modal": "git+ssh://git@debonline.dyndns.org:npm/foca-modal.git" }, "devDependencies": { "angular": "^1.7.5", @@ -55,6 +55,6 @@ "pre-commit": "^1.2.2", "pump": "^3.0.0", "ui-bootstrap4": "^3.0.5", - "foca-modal": "git+http://git.focasoftware.com/npm/foca-modal.git" + "foca-modal": "git+ssh://git@debonline.dyndns.org:npm/foca-modal.git" } } -- 1.9.1