From eccbb5857945eaaf123fd3cf7fc10aa298f766ed Mon Sep 17 00:00:00 2001 From: Mauricio Cattafi Date: Thu, 24 Oct 2019 13:38:08 -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 7bd0cdc..11343fb 100644 --- a/package.json +++ b/package.json @@ -31,14 +31,14 @@ "gulp-uglify-es": "^1.0.x", "jshint": "^2.9.x", "pump": "^3.0.x", - "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git" + "foca-directivas": "git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git" }, "devDependencies": { "angular": "^1.7.5", "angular-cookies": "^1.7.5", "angular-route": "^1.7.5", "bootstrap": "^4.1.3", - "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git", + "foca-directivas": "git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git", "font-awesome": "^4.7.0", "gulp": "^3.9.1", "gulp-angular-templatecache": "^2.2.2", -- 1.9.1