diff --git a/gulpfile.js b/gulpfile.js index 05f9dff..fcfc9d9 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -45,7 +45,7 @@ gulp.task('uglify', ['templates'], function() { ]), concat('foca-modal-informe-hoja-ruta.js'), replace('src/views/', ''), - replace("['ui.bootstrap', 'focaDirectivas', 'angular-ladda', 'focaModal']", '[]'), + replace("['ui.bootstrap']", '[]'), gulp.dest(paths.tmp), rename('foca-modal-informe-hoja-ruta.min.js'), uglify(), diff --git a/package.json b/package.json index ee7a428..3b0ef35 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "foca-modal-nota-pedido", + "name": "foca-modal-infrorme-hoja-ruta", "version": "0.0.1", - "description": "Modal para seleccion de notasPedido", + "description": "Modal para generar informes de correlatividad de hojas de ruta", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "gulp-pre-commit": "gulp pre-commit", @@ -14,7 +14,7 @@ ], "repository": { "type": "git", - "url": "https://debo.suite.repo/modulos-npm/foca-modal-nota-pedido" + "url": "https://debo.suite.repo/modulos-npm/foca-modal-infrorme-hoja-ruta" }, "author": "Nicolás Guarnieri", "license": "ISC", diff --git a/src/etc/develop.js.ejemplo b/src/etc/develop.js.ejemplo index cdcb551..c47b9ca 100644 --- a/src/etc/develop.js.ejemplo +++ b/src/etc/develop.js.ejemplo @@ -1,4 +1,4 @@ -angular.module('focaModalNotaPedido') +angular.module('focaModalInformeHojaRuta') .constant("API_ENDPOINT", { 'URL': '//127.0.0.1:9000' });