From f957154dc3f6281979e3875ad07961c4eead1737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Guarnieri?= Date: Wed, 3 Oct 2018 18:27:19 -0300 Subject: [PATCH] fix en package.json --- package.json | 86 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 43 insertions(+), 43 deletions(-) diff --git a/package.json b/package.json index 9a33376..07e6a72 100644 --- a/package.json +++ b/package.json @@ -1,44 +1,44 @@ { - "name": "foca-directivas", - "version": "0.0.1", - "description": "Directivas para usarse en los productos Debo Suite", - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "compile": "gulp uglify", - "pre-commit": [ - "gulp-pre-commit" - ], - "postinstall": "npm run compile && rm -R src && rm -R tmp && rm .jshintrc && rm gulpfile.js", - }, - "repository": { - "type": "git", - "url": "https://192.168.0.11/modulos-npm/foca-directivas.git" - }, - "author": "Nicolás Guarnieri", - "license": "ISC", - "peerDependencies": { - "angular": "^1.7.4", - "gulp": "^3.9.1", - "gulp-concat": "^2.6.1", - "gulp-jshint": "^2.1.0", - "gulp-rename": "^1.4.0", - "gulp-replace": "^1.0.0", - "gulp-uglify": "^3.0.1", - "jquery": "^3.3.1", - "jshint": "^2.9.6", - "pump": "^3.0.0" - }, - "devDependencies": { - "angular": "^1.7.4", - "gulp": "^3.9.1", - "gulp-concat": "^2.6.1", - "gulp-jshint": "^2.1.0", - "gulp-rename": "^1.4.0", - "gulp-replace": "^1.0.0", - "gulp-uglify": "^3.0.1", - "jquery": "^3.3.1", - "jshint": "^2.9.6", - "pump": "^3.0.0" - } -} + "name": "foca-directivas", + "version": "0.0.1", + "description": "Directivas para usarse en los productos Debo Suite", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1", + "compile": "gulp uglify", + "pre-commit": [ + "gulp-pre-commit" + ], + "postinstall": "npm run compile && rm -R src && rm -R tmp && rm .jshintrc && rm gulpfile.js" + }, + "repository": { + "type": "git", + "url": "https://192.168.0.11/modulos-npm/foca-directivas.git" + }, + "author": "Nicolás Guarnieri", + "license": "ISC", + "peerDependencies": { + "angular": "^1.7.4", + "gulp": "^3.9.1", + "gulp-concat": "^2.6.1", + "gulp-jshint": "^2.1.0", + "gulp-rename": "^1.4.0", + "gulp-replace": "^1.0.0", + "gulp-uglify": "^3.0.1", + "jquery": "^3.3.1", + "jshint": "^2.9.6", + "pump": "^3.0.0" + }, + "devDependencies": { + "angular": "^1.7.4", + "gulp": "^3.9.1", + "gulp-concat": "^2.6.1", + "gulp-jshint": "^2.1.0", + "gulp-rename": "^1.4.0", + "gulp-replace": "^1.0.0", + "gulp-uglify": "^3.0.1", + "jquery": "^3.3.1", + "jshint": "^2.9.6", + "pump": "^3.0.0" + } +} \ No newline at end of file -- 1.9.1