* Update modules
* Remove lingering strip-json-comments
This commit is contained in:
@@ -25,7 +25,6 @@ function init(configPath, cb) {
|
||||
var configJson = hjson.parse(data);
|
||||
callback(null, configJson);
|
||||
} catch(e) {
|
||||
console.log(e)
|
||||
callback(e);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,7 +15,6 @@ var paths = require('path');
|
||||
var async = require('async');
|
||||
var _ = require('lodash');
|
||||
var assert = require('assert');
|
||||
var stripJsonComments = require('strip-json-comments');
|
||||
|
||||
exports.loadTheme = loadTheme;
|
||||
exports.getThemeArt = getThemeArt;
|
||||
|
||||
Reference in New Issue
Block a user