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

@ -16,7 +16,7 @@ Definition of the JRSResume class.
, _ = require('underscore')
, PATH = require('path')
, MD = require('marked')
, CONVERTER = require('./convert')
, CONVERTER = require('fresh-jrs-converter')
, moment = require('moment');