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",