Commit da50472c0ef023bea4af0620b29f31f37e1e9b69

Authored by Eric Fernandez
1 parent 15ff00f0d8
Exists in master

modulo no se usa

Showing 2 changed files with 1 additions and 3 deletions   Show diff stats
... ... @@ -60,7 +60,6 @@
60 60 "foca-modal-vendedores": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-vendedores.git",
61 61 "foca-seguimiento": "git+ssh://git@debonline.dyndns.org:npm/foca-seguimiento.git",
62 62 "foca-teclado": "git+ssh://git@debonline.dyndns.org:npm/foca-teclado.git",
63   - "foca-turno-apertura": "git+ssh://git@debonline.dyndns.org:npm/foca-turno-apertura.git",
64 63 "font-awesome": "^4.7.0",
65 64 "gulp-angular-templatecache": "^2.2.1",
66 65 "gulp-htmlmin": "^5.0.1",
... ... @@ -42,6 +42,5 @@ angular.module('appWrapperDemo', [
42 42 'focaModalVehiculo',
43 43 'focaModalVendedores',
44 44 'focaSeguimiento',
45   - 'focaTeclado',
46   - 'focaTurnoApertura'
  45 + 'focaTeclado'
47 46 ]);