chore: update stale JavaScript

This commit is contained in:
hacksalot 2018-02-02 04:48:28 -05:00
parent f53c316ecb
commit db6ec47dcc
No known key found for this signature in database
GPG Key ID: 2F343EC247CA4B06
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: {

View File

@ -52,7 +52,7 @@ Implementation of the 'validate' verb for HackMyResume.
}
validator = require('is-my-json-valid');
schemas = {
fresh: require('fresca'),
fresh: require('fresh-resume-schema'),
jars: require('../core/resume.json')
};
results = _.map(sources, function(t) {