1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-07-11 12:41:06 +01:00

Integrate with fresh-jrs-converter.

Move FRESH/JRS conversion logic (and all future format conversions) into
a separate repo.
This commit is contained in:
hacksalot
2016-01-16 12:40:16 -05:00
parent 17f2ebb753
commit 5c95fe7af1
6 changed files with 5 additions and 423 deletions

View File

@ -13,7 +13,7 @@ Definition of the ResumeFactory class.
var FS = require('fs'),
HACKMYSTATUS = require('./status-codes'),
HME = require('./event-codes'),
ResumeConverter = require('./convert'),
ResumeConverter = require('fresh-jrs-converter'),
chalk = require('chalk'),
SyntaxErrorEx = require('../utils/syntax-error-ex'),
_ = require('underscore');