Commit a0245eb34219056c4f8aa3eed35f90a0085414a0
1 parent
28a47a876f
Exists in
master
agrego script pre-commit, quito dependencias
Showing
1 changed file
with
16 additions
and
6 deletions
Show diff stats
package.json
... | ... | @@ -6,27 +6,35 @@ |
6 | 6 | "scripts": { |
7 | 7 | "test": "echo \"Error: no test specified\" && exit 1", |
8 | 8 | "compile": "gulp uglify", |
9 | - "postinstall": "npm run compile && rm -R src && rm index.html && rm .jshintrc && rm gulpfile.js", | |
10 | - "install-dev": "npm install -D jasmine-core pre-commit angular angular-route bootstrap ui-bootstrap4 font-awesome gulp gulp-angular-templatecache gulp-connect gulp-clean gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-sequence gulp-uglify-es jquery jshint pump" | |
9 | + "gulp-pre-commit": "gulp pre-commit", | |
10 | + "postinstall": "npm run compile && gulp clean-post-install", | |
11 | + "install-dev": "npm install -D jasmine-core pre-commit angular angular-route bootstrap ui-bootstrap4 font-awesome gulp gulp-angular-templatecache gulp-connect gulp-clean gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-sequence gulp-uglify-es gulp-uglify jquery jshint pump git+https://192.168.0.11/modulos-npm/foca-directivas.git git+https://192.168.0.11/modulos-npm/foca-modal-vendedores.git git+https://192.168.0.11/modulos-npm/foca-modal-petroleras.git git+https://192.168.0.11/nguarnieri/foca-modal-busqueda-productos git+https://192.168.0.11/modulos-npm/foca-busqueda-cliente.git" | |
11 | 12 | }, |
13 | + "pre-commit": [ | |
14 | + "gulp-pre-commit" | |
15 | + ], | |
12 | 16 | "repository": { |
13 | 17 | "type": "git", |
14 | 18 | "url": "https://192.168.0.11/modulos-npm/foca-crear-nota-pedido.git" |
15 | 19 | }, |
16 | 20 | "author": "Foca Software", |
17 | 21 | "license": "ISC", |
18 | - "dependencies": { | |
22 | + "peerDependencies": { | |
23 | + "foca-busqueda-cliente": "git+https://192.168.0.11/modulos-npm/foca-busqueda-cliente.git", | |
19 | 24 | "foca-directivas": "git+https://192.168.0.11/modulos-npm/foca-directivas.git", |
20 | 25 | "foca-modal-busqueda-productos": "git+https://192.168.0.11/nguarnieri/foca-modal-busqueda-productos", |
21 | 26 | "foca-modal-petroleras": "git+https://192.168.0.11/modulos-npm/foca-modal-petroleras.git", |
22 | - "foca-modal-vendedores": "git+https://192.168.0.11/modulos-npm/foca-modal-vendedores.git", | |
23 | - "jquery": "^3.3.x" | |
27 | + "foca-modal-vendedores": "git+https://192.168.0.11/modulos-npm/foca-modal-vendedores.git" | |
24 | 28 | }, |
25 | 29 | "devDependencies": { |
26 | 30 | "angular": "^1.7.5", |
27 | 31 | "angular-route": "^1.7.5", |
28 | 32 | "bootstrap": "^4.1.3", |
29 | - "foca-busqueda-cliente": "git+https://192.168.0.11/modulos-npm/foca-busqueda-cliente", | |
33 | + "foca-busqueda-cliente": "git+https://192.168.0.11/modulos-npm/foca-busqueda-cliente.git", | |
34 | + "foca-directivas": "git+https://192.168.0.11/modulos-npm/foca-directivas.git", | |
35 | + "foca-modal-busqueda-productos": "git+https://192.168.0.11/nguarnieri/foca-modal-busqueda-productos", | |
36 | + "foca-modal-petroleras": "git+https://192.168.0.11/modulos-npm/foca-modal-petroleras.git", | |
37 | + "foca-modal-vendedores": "git+https://192.168.0.11/modulos-npm/foca-modal-vendedores.git", | |
30 | 38 | "font-awesome": "^4.7.0", |
31 | 39 | "gulp": "^3.9.1", |
32 | 40 | "gulp-angular-templatecache": "^2.2.2", |
... | ... | @@ -37,9 +45,11 @@ |
37 | 45 | "gulp-jshint": "^2.1.0", |
38 | 46 | "gulp-rename": "^1.4.0", |
39 | 47 | "gulp-replace": "^1.0.0", |
48 | + "gulp-sequence": "^1.0.0", | |
40 | 49 | "gulp-uglify": "^3.0.1", |
41 | 50 | "gulp-uglify-es": "^1.0.4", |
42 | 51 | "jasmine-core": "^3.2.1", |
52 | + "jquery": "^3.3.1", | |
43 | 53 | "jshint": "^2.9.6", |
44 | 54 | "pre-commit": "^1.2.2", |
45 | 55 | "pump": "^3.0.0", |