mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-22 16:30:11 +00:00
Bump FRESH themes version.
This commit is contained in:
parent
f65cf8880e
commit
62ca2020d8
@ -49,7 +49,7 @@
|
|||||||
"commander": "^2.9.0",
|
"commander": "^2.9.0",
|
||||||
"copy": "^0.1.3",
|
"copy": "^0.1.3",
|
||||||
"fresca": "~0.2.4",
|
"fresca": "~0.2.4",
|
||||||
"fresh-themes": "~0.9.3-beta",
|
"fresh-themes": "~0.10.0-beta",
|
||||||
"fs-extra": "^0.24.0",
|
"fs-extra": "^0.24.0",
|
||||||
"handlebars": "^4.0.5",
|
"handlebars": "^4.0.5",
|
||||||
"html": "0.0.10",
|
"html": "0.0.10",
|
||||||
|
@ -46,7 +46,7 @@ Definition of the FRESHTheme class.
|
|||||||
var formatsHash = { };
|
var formatsHash = { };
|
||||||
|
|
||||||
// Load the theme
|
// Load the theme
|
||||||
var themeFile = PATH.join( themeFolder, pathInfo.basename + '.json' );
|
var themeFile = PATH.join( themeFolder, 'theme.json' );
|
||||||
var themeInfo = JSON.parse( FS.readFileSync( themeFile, 'utf8' ) );
|
var themeInfo = JSON.parse( FS.readFileSync( themeFile, 'utf8' ) );
|
||||||
var that = this;
|
var that = this;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user