Commit cc1c77a64c7cc0c58452dc031369e4b49f3eb147
1 parent
188a500a9b
Exists in
master
fix rutas http
Showing
1 changed file
with
20 additions
and
20 deletions
Show diff stats
package.json
... | ... | @@ -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 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" | |
12 | + "install-dev": "npm install -D jasmine-core pre-commit angular angular-ladda ladda@1.0.6 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+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" | |
13 | 13 | }, |
14 | 14 | "pre-commit": [ |
15 | 15 | "gulp-pre-commit" |
... | ... | @@ -21,16 +21,16 @@ |
21 | 21 | "author": "Foca Software", |
22 | 22 | "license": "ISC", |
23 | 23 | "peerDependencies": { |
24 | - "foca-botonera-facturador": "git+http://git.focasoftware.com/npm/foca-botonera-facturador.git", | |
25 | - "foca-busqueda-cliente": "git+http://git.focasoftware.com/npm/foca-busqueda-cliente.git", | |
26 | - "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git", | |
27 | - "foca-modal": "git+http://git.focasoftware.com/npm/foca-modal.git", | |
28 | - "foca-modal-busqueda-productos": "git+http://git.focasoftware.com/npm/foca-modal-busqueda-productos.git", | |
29 | - "foca-modal-cotizacion": "git+http://git.focasoftware.com/npm/foca-modal-cotizacion.git", | |
30 | - "foca-modal-domicilio": "git+http://git.focasoftware.com/npm/foca-modal-domicilio.git", | |
31 | - "foca-modal-flete": "git+http://git.focasoftware.com/npm/foca-modal-flete.git", | |
32 | - "foca-modal-precio-condiciones": "git+http://git.focasoftware.com/npm/foca-modal-precio-condiciones.git", | |
33 | - "foca-seguimiento": "git+http://git.focasoftware.com/npm/foca-seguimiento.git" | |
24 | + "foca-botonera-facturador": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-facturador.git", | |
25 | + "foca-busqueda-cliente": "git+ssh://git@debonline.dyndns.org:npm/foca-busqueda-cliente.git", | |
26 | + "foca-directivas": "git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git", | |
27 | + "foca-modal": "git+ssh://git@debonline.dyndns.org:npm/foca-modal.git", | |
28 | + "foca-modal-busqueda-productos": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-busqueda-productos.git", | |
29 | + "foca-modal-cotizacion": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cotizacion.git", | |
30 | + "foca-modal-domicilio": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-domicilio.git", | |
31 | + "foca-modal-flete": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-flete.git", | |
32 | + "foca-modal-precio-condiciones": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-precio-condiciones.git", | |
33 | + "foca-seguimiento": "git+ssh://git@debonline.dyndns.org:npm/foca-seguimiento.git" | |
34 | 34 | }, |
35 | 35 | "devDependencies": { |
36 | 36 | "angular": "^1.7.5", |
... | ... | @@ -38,15 +38,15 @@ |
38 | 38 | "angular-mocks": "^1.7.7", |
39 | 39 | "angular-route": "^1.7.5", |
40 | 40 | "bootstrap": "^4.1.3", |
41 | - "foca-busqueda-cliente": "git+http://git.focasoftware.com/npm/foca-busqueda-cliente.git", | |
42 | - "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git", | |
43 | - "foca-modal": "git+http://git.focasoftware.com/npm/foca-modal.git", | |
44 | - "foca-modal-busqueda-productos": "git+http://git.focasoftware.com/npm/foca-modal-busqueda-productos.git", | |
45 | - "foca-modal-cotizacion": "git+http://git.focasoftware.com/npm/foca-modal-cotizacion.git", | |
46 | - "foca-modal-domicilio": "git+http://git.focasoftware.com/npm/foca-modal-domicilio.git", | |
47 | - "foca-modal-flete": "git+http://git.focasoftware.com/npm/foca-modal-flete.git", | |
48 | - "foca-modal-precio-condiciones": "git+http://git.focasoftware.com/npm/foca-modal-precio-condiciones.git", | |
49 | - "foca-seguimiento": "git+http://git.focasoftware.com/npm/foca-seguimiento.git", | |
41 | + "foca-busqueda-cliente": "git+ssh://git@debonline.dyndns.org:npm/foca-busqueda-cliente.git", | |
42 | + "foca-directivas": "git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git", | |
43 | + "foca-modal": "git+ssh://git@debonline.dyndns.org:npm/foca-modal.git", | |
44 | + "foca-modal-busqueda-productos": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-busqueda-productos.git", | |
45 | + "foca-modal-cotizacion": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cotizacion.git", | |
46 | + "foca-modal-domicilio": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-domicilio.git", | |
47 | + "foca-modal-flete": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-flete.git", | |
48 | + "foca-modal-precio-condiciones": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-precio-condiciones.git", | |
49 | + "foca-seguimiento": "git+ssh://git@debonline.dyndns.org:npm/foca-seguimiento.git", | |
50 | 50 | "font-awesome": "^4.7.0", |
51 | 51 | "gulp": "^3.9.1", |
52 | 52 | "gulp-angular-templatecache": "^2.2.5", |