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

Formalize empty-fresh.json dependency.

This commit is contained in:
hacksalot
2016-01-05 23:28:49 -05:00
parent 9b52c396d3
commit 9d75b207d1
3 changed files with 2 additions and 186 deletions

View File

@ -274,8 +274,7 @@ Definition of the FRESHResume class.
Get the default (empty) sheet.
*/
FreshResume.default = function() {
return new FreshResume().open(
PATH.join( __dirname, 'empty-fresh.json'), 'Empty' );
return new FreshResume().parseJSON( require('fresh-resume-empty') );
};
/**