1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-07-03 08:51:05 +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

@ -19,7 +19,7 @@ Definition of the FRESHResume class.
, moment = require('moment')
, XML = require('xml-escape')
, MD = require('marked')
, CONVERTER = require('./convert')
, CONVERTER = require('fresh-jrs-converter')
, JRSResume = require('./jrs-resume');