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:
@ -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') );
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user