From 4eabd77733aae131dc4a5c6eeac7cc520322fb2a Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Mon, 8 Oct 2018 17:17:32 -0300 Subject: [PATCH] Configuracion package.json --- package.json | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 4a25376..4887be1 100644 --- a/package.json +++ b/package.json @@ -1,22 +1,19 @@ { - "name": "foca-navegacion-doble", + "name": "foca-modal-vendedores", "version": "0.0.1", - "description": "Menu de navegacion de doble entrada", + "description": "Modal búsqueda de vendedores", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "compile": "gulp templates && gulp uglify", - "pre-commit": [ - "gulp-pre-commit" - ], + "compile": "gulp templates && gulp uglify", "postinstall": "npm run compile && rm -R src && rm index.html && rm .jshintrc && rm gulpfile.js", "install-dev": "npm install angular bootstrap jquery font-awesome gulp gulp-concat gulp-jshint gulp-rename gulp-replace gulp-uglify-es jshint pump gulp-connect jasmine-core pre-commit" }, "repository": { "type": "git", - "url": "https://192.168.0.11/modulos-npm/foca-navegacion-doble" + "url": "https://192.168.0.11/modulos-npm/foca-modal-vendedores.git" }, - "author": "Nicolás Guarnieri", + "author": "Foca Software", "license": "ISC", "peerDependencies": { "angular": "^1.7.4", -- 1.9.1