* Update modules

* Remove lingering strip-json-comments
This commit is contained in:
Bryan Ashby 2015-09-10 13:38:36 -06:00
parent 6848df49d1
commit 870e5a9136
3 changed files with 4 additions and 6 deletions

View file

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