Commit 1c0ef40e2a7673dc4f94de8c09862083d013fa4a

Authored by Mauricio Cattafi
1 parent 537d704509
Exists in master and in 2 other branches develop, lab

fix rutas http

Showing 1 changed file with 18 additions and 18 deletions   Show diff stats
... ... @@ -9,7 +9,7 @@
9 9 "compile": "gulp uglify",
10 10 "gulp-pre-commit": "gulp pre-commit",
11 11 "postinstall": "npm run compile && gulp clean-post-install",
12   - "install-dev": "npm install -D jasmine-core pre-commit angular angular-ladda ladda@1.0.6 angular-route angular-cookies 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+http://git.focasoftware.com/npm/foca-directivas.git git+http://git.focasoftware.com/npm/foca-modal-vendedores.git git+http://git.focasoftware.com/npm/foca-modal-proveedor.git git+http://git.focasoftware.com/npm/foca-modal-busqueda-productos.git git+http://git.focasoftware.com/npm/foca-busqueda-cliente.git git+http://git.focasoftware.com/npm/foca-modal-precio-condiciones.git git+http://git.focasoftware.com/npm/foca-modal-flete.git git+http://git.focasoftware.com/npm/foca-modal.git git+http://git.focasoftware.com/npm/foca-modal-domicilio.git git+http://git.focasoftware.com/npm/foca-seguimiento.git git+http://git.focasoftware.com/npm/foca-modal-moneda.git git+http://git.focasoftware.com/npm/foca-modal-cotizacion.git git+http://git.focasoftware.com/npm/foca-configuracion.git"
  12 + "install-dev": "npm install -D jasmine-core pre-commit angular angular-ladda ladda@1.0.6 angular-route angular-cookies 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+ssh://git@debonline.dyndns.org:npm/foca-directivas.git git+ssh://git@debonline.dyndns.org:npm/foca-modal-vendedores.git git+ssh://git@debonline.dyndns.org:npm/foca-modal-proveedor.git git+ssh://git@debonline.dyndns.org:npm/foca-modal-busqueda-productos.git git+ssh://git@debonline.dyndns.org:npm/foca-busqueda-cliente.git git+ssh://git@debonline.dyndns.org:npm/foca-modal-precio-condiciones.git git+ssh://git@debonline.dyndns.org:npm/foca-modal-flete.git git+ssh://git@debonline.dyndns.org:npm/foca-modal.git git+ssh://git@debonline.dyndns.org:npm/foca-modal-domicilio.git git+ssh://git@debonline.dyndns.org:npm/foca-seguimiento.git git+ssh://git@debonline.dyndns.org:npm/foca-modal-moneda.git git+ssh://git@debonline.dyndns.org:npm/foca-modal-cotizacion.git git+ssh://git@debonline.dyndns.org:npm/foca-configuracion.git"
13 13 },
14 14 "pre-commit": [
15 15 "gulp-pre-commit"
... ... @@ -21,12 +21,12 @@
21 21 "author": "Foca Software",
22 22 "license": "ISC",
23 23 "peerDependencies": {
24   - "foca-busqueda-cliente": "git+http://git.focasoftware.com/npm/foca-busqueda-cliente.git",
25   - "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git",
26   - "foca-modal-busqueda-productos": "git+http://git.focasoftware.com/npm/foca-modal-busqueda-productos.git",
27   - "foca-modal-proveedor": "git+http://git.focasoftware.com/npm/foca-modal-proveedor.git",
28   - "foca-modal-vendedores": "git+http://git.focasoftware.com/npm/foca-modal-vendedores.git",
29   - "foca-seguimiento": "git+http://git.focasoftware.com/npm/foca-seguimiento.git"
  24 + "foca-busqueda-cliente": "git+ssh://git@debonline.dyndns.org:npm/foca-busqueda-cliente.git",
  25 + "foca-directivas": "git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git",
  26 + "foca-modal-busqueda-productos": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-busqueda-productos.git",
  27 + "foca-modal-proveedor": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-proveedor.git",
  28 + "foca-modal-vendedores": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-vendedores.git",
  29 + "foca-seguimiento": "git+ssh://git@debonline.dyndns.org:npm/foca-seguimiento.git"
30 30 },
31 31 "devDependencies": {
32 32 "angular": "^1.7.5",
... ... @@ -35,17 +35,17 @@
35 35 "angular-mocks": "^1.7.7",
36 36 "angular-route": "^1.7.5",
37 37 "bootstrap": "^4.1.3",
38   - "foca-botonera-facturador": "git+http://git.focasoftware.com/npm/foca-botonera-facturador.git",
39   - "foca-busqueda-cliente": "git+http://git.focasoftware.com/npm/foca-busqueda-cliente.git",
40   - "foca-configuracion": "git+http://git.focasoftware.com/npm/foca-configuracion.git",
41   - "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git",
42   - "foca-modal": "git+http://git.focasoftware.com/npm/foca-modal.git",
43   - "foca-modal-busqueda-productos": "git+http://git.focasoftware.com/npm/foca-modal-busqueda-productos.git",
44   - "foca-modal-cotizacion": "git+http://git.focasoftware.com/npm/foca-modal-cotizacion.git",
45   - "foca-modal-domicilio": "git+http://git.focasoftware.com/npm/foca-modal-domicilio.git",
46   - "foca-modal-flete": "git+http://git.focasoftware.com/npm/foca-modal-flete.git",
47   - "foca-modal-precio-condiciones": "git+http://git.focasoftware.com/npm/foca-modal-precio-condiciones.git",
48   - "foca-seguimiento": "git+http://git.focasoftware.com/npm/foca-seguimiento.git",
  38 + "foca-botonera-facturador": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-facturador.git",
  39 + "foca-busqueda-cliente": "git+ssh://git@debonline.dyndns.org:npm/foca-busqueda-cliente.git",
  40 + "foca-configuracion": "git+ssh://git@debonline.dyndns.org:npm/foca-configuracion.git",
  41 + "foca-directivas": "git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git",
  42 + "foca-modal": "git+ssh://git@debonline.dyndns.org:npm/foca-modal.git",
  43 + "foca-modal-busqueda-productos": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-busqueda-productos.git",
  44 + "foca-modal-cotizacion": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cotizacion.git",
  45 + "foca-modal-domicilio": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-domicilio.git",
  46 + "foca-modal-flete": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-flete.git",
  47 + "foca-modal-precio-condiciones": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-precio-condiciones.git",
  48 + "foca-seguimiento": "git+ssh://git@debonline.dyndns.org:npm/foca-seguimiento.git",
49 49 "font-awesome": "^4.7.0",
50 50 "gulp": "^3.9.1",
51 51 "gulp-angular-templatecache": "^2.2.5",