From a07eb461e846dbf2b012ffe9269b4b2b4d32fa72 Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Mon, 8 Oct 2018 18:00:12 -0300 Subject: [PATCH] =?UTF-8?q?configuraci=C3=B3n=20de=20archivo(nombre,=20des?= =?UTF-8?q?cripci=C3=B3n,=20git)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 88a813f..2356ba0 100644 --- a/package.json +++ b/package.json @@ -1,19 +1,16 @@ { - "name": "foca-abm-sectores", + "name": "foca-busqueda-cliente", "version": "1.0.0", - "description": "ABM de sectores", + "description": "Búsqueda de clientes", "main": "dist/foca-abm-sectores.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "compile": "gulp uglify && gulp html", - "pre-commit": [ - "gulp-pre-commit" - ], "postinstall": "npm run compile && rm -R src && rm index.html && rm .jshintrc && rm gulpfile.js" }, "repository": { "type": "git", - "url": "https://192.168.0.11/modulos-npm/foca-abm-sectores.git" + "url": "https://192.168.0.11/modulos-npm/foca-busqueda-cliente.git" }, "author": "Foca Software", "license": "ISC", @@ -41,7 +38,7 @@ "angular-ui-bootstrap": "2.5.6", "bootstrap": "4.1.3", "font-awesome": "4.7.0", - "gulp": "3.9.1", + "gulp": "^3.9.1", "gulp-angular-templatecache": "2.2.1", "gulp-concat": "2.6.1", "gulp-htmlmin": "5.0.1", -- 1.9.1