Commit f83a6de835989f0d2f272afebc3e7425bcf36079
1 parent
c79ba35aec
Exists in
master
script dependencia chofer
Showing
2 changed files
with
2 additions
and
0 deletions
Show diff stats
index.html
... | ... | @@ -29,6 +29,7 @@ |
29 | 29 | <script src="./node_modules/ngstorage/ngStorage.min.js"></script> |
30 | 30 | <script src="./vendor/cordovaGeolocationModule.min.js"></script> |
31 | 31 | |
32 | + <script src="./node_modules/foca-abm-chofer/dist/foca-abm-chofer.min.js"></script> | |
32 | 33 | <script src="./node_modules/foca-abm-plazo-pago/dist/foca-abm-plazo-pago.min.js"></script> |
33 | 34 | <script src="./node_modules/foca-abm-precios-condiciones/dist/foca-abm-precios-condiciones.min.js"></script> |
34 | 35 | <script src="./node_modules/foca-abm-sectores/dist/foca-abm-sectores.min.js"></script> |
package.json
... | ... | @@ -28,6 +28,7 @@ |
28 | 28 | "angular-sanitize": "^1.7.5", |
29 | 29 | "angular-ui-swiper": "^2.3.8", |
30 | 30 | "bootstrap": "^4.1.3", |
31 | + "foca-abm-chofer": "git+http://git.focasoftware.com/npm/foca-abm-chofer.git", | |
31 | 32 | "foca-abm-plazo-pago": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-plazo-pago.git", |
32 | 33 | "foca-abm-precios-condiciones": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-precios-condiciones.git", |
33 | 34 | "foca-abm-sectores": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-sectores.git", |