diff --git a/package-lock.json b/package-lock.json index 0c371f4..c835e5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,6 +5,7 @@ "requires": true, "packages": { "": { + "name": "servicio_social_api", "version": "1.0.0", "license": "ISC", "dependencies": { diff --git a/server/controller/Usuario/escolares.js b/server/controller/Usuario/escolares.js index f0a0604..25442e3 100644 --- a/server/controller/Usuario/escolares.js +++ b/server/controller/Usuario/escolares.js @@ -8,7 +8,7 @@ const creditosCarreras = [ { carrera: 'LIC. EN ARQUITECTURA', creditos: 70 }, { carrera: 'LIC. EN CIENCIAS POLITICAS Y ADMON PUB', creditos: 70 }, { carrera: 'LIC. EN CIENCIAS POLITICAS Y ADMON.PUBL.', creditos: 70 }, - { carrera: 'LIC. EN COMUNICACION', creditos: 67.28 }, + { carrera: 'LIC. EN COMUNICACION', creditos: 67 }, { carrera: 'LIC. EN DERECHO', creditos: 70 }, { carrera: 'LIC. EN DERECHO (SUA)', creditos: 70 }, { carrera: 'LIC. EN DISEÑO GRAFICO', creditos: 70 }, @@ -18,8 +18,8 @@ const creditosCarreras = [ { carrera: 'LIC. EN HISTORIA', creditos: 70 }, { carrera: 'LIC. EN INGENIERIA CIVIL', creditos: 70 }, { carrera: 'LIC. EN LENGUA Y LITERATURA HISPANICAS', creditos: 70 }, - { carrera: 'LIC. EN MAT. APLICADAS Y COMPUTACION', creditos: 68.89 }, - { carrera: 'LIC. EN MATEMATICAS APLICADAS Y COMP.', creditos: 68.89 }, + { carrera: 'LIC. EN MAT. APLICADAS Y COMPUTACION', creditos: 68 }, + { carrera: 'LIC. EN MATEMATICAS APLICADAS Y COMP.', creditos: 68 }, { carrera: 'LIC. EN PEDAGOGÍA', creditos: 70 }, { carrera: 'LIC. EN PERIODISMO Y COMUNICACION COL.', creditos: 70 }, { carrera: 'LIC. EN RELACIONES INTERNACIONALES', creditos: 70 },