1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-05-03 12:57:08 +01:00

chore: update stale JavaScript

This commit is contained in:
hacksalot
2018-02-02 04:48:28 -05:00
parent f53c316ecb
commit db6ec47dcc
2 changed files with 2 additions and 2 deletions

View File

@ -352,7 +352,7 @@ Definition of the FRESHResume class.
FreshResume.prototype.isValid = function(info) {
var ret, schemaObj, validate;
schemaObj = require('fresca');
schemaObj = require('fresh-resume-schema');
validator = require('is-my-json-valid');
validate = validator(schemaObj, {
formats: {