mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-05-02 20:37:08 +01:00
Improve starter resume.
"hackmyresume new" should emit a starter resume that a) has example information and b) validates.
This commit is contained in:
@ -313,10 +313,10 @@ Definition of the FRESHResume class.
|
||||
|
||||
|
||||
/**
|
||||
Get the default (empty) sheet.
|
||||
Get the default (starter) sheet.
|
||||
*/
|
||||
FreshResume.default = function() {
|
||||
return new FreshResume().parseJSON( require('fresh-resume-empty') );
|
||||
return new FreshResume().parseJSON( require('fresh-resume-starter') );
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user