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

Bump FRESH themes version.

This commit is contained in:
hacksalot 2016-01-04 04:15:01 -05:00
parent f65cf8880e
commit 62ca2020d8
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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;