From 71bdf1c374d83f5057f2cbbf9bb052532a626e30 Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Tue, 22 Jan 2019 16:14:34 -0300 Subject: [PATCH] ok url, ok gulp replace --- gulpfile.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index ac4432a..2049b5b 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -40,7 +40,7 @@ gulp.task('uglify', ['templates'], function() { ]), concat('foca-modal-localizar.js'), replace('src/views/', ''), - replace("['ui.bootstrap', 'focaDirectivas']", '[]'), + replace("['ui.bootstrap', 'focaDirectivas', 'focaModal']", '[]'), gulp.dest(paths.tmp), rename('foca-modal-localizar.min.js'), uglify(), diff --git a/package.json b/package.json index cb71eb5..13f010a 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ ], "repository": { "type": "git", - "url": "https://debo.suite.repo/modulos-npm/foca-modal-localizar.git" + "url": "http://git.focasoftware.com/npm/foca-modal-localizar.git" }, "author": "Foca Software", "license": "ISC", -- 1.9.1