fix: lint

This commit is contained in:
Barış Soner Uşaklı
2020-04-01 21:57:28 -04:00
parent 00e299e93e
commit 8e23dec84b
18 changed files with 18 additions and 19 deletions

View File

@@ -105,7 +105,7 @@ function beforeBuild(targets, callback) {
db.init(next);
},
function (next) {
meta = require('../meta');
meta = require('./index');
meta.themes.setupPaths(next);
},
function (next) {