From ad6371709aa110fad84a0d1ab7d45f940a60b455 Mon Sep 17 00:00:00 2001 From: Mauricio Cattafi Date: Thu, 24 Oct 2019 16:26:31 -0300 Subject: [PATCH] fix rutas http --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5c8d2b4..d8c0b34 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "gulp-pre-commit": "gulp pre-commit", "compile": "gulp uglify", "postinstall": "npm run compile && gulp clean-post-install", - "install-dev": "npm install -D angular gulp gulp-angular-templatecache gulp-clean gulp-connect gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-uglify jshint pump git+http://git.focasoftware.com/npm/foca-directivas.git" + "install-dev": "npm install -D angular gulp gulp-angular-templatecache gulp-clean gulp-connect gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-uglify jshint pump git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git" }, "pre-commit": [ "gulp-pre-commit" @@ -20,11 +20,11 @@ "author": "Foca Software", "license": "ISC", "peerDependencies": { - "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", - "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git", + "foca-directivas": "git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git", "gulp": "^3.9.1", "gulp-angular-templatecache": "^2.2.5", "gulp-clean": "^0.4.0", -- 1.9.1