This commit is contained in:
Ravneet 2017-12-14 15:07:35 +05:30
Родитель 3b1ad0ed2a
Коммит bb65348a98
3 изменённых файлов: 6 добавлений и 5 удалений

Просмотреть файл

@ -1,7 +1,7 @@
const config = require('../config');
const fs = require('fs');
const path = require('path');
const shell = require('shelljs');
const config = require('../config');
const localeDir = path.join(__dirname, '../locale');
const templateDir = path.join(localeDir, 'templates/LC_MESSAGES');
@ -27,4 +27,4 @@ for (lang of supportedLangs) {
throw e;
}
}
}
}

Просмотреть файл

@ -1,5 +1,5 @@
module.exports = {
langs: [
'en-US'
]
}
'en-US',
],
};

Просмотреть файл

@ -95,6 +95,7 @@
"probe-image-size": "3.2.0",
"relaxed-json": "1.0.1",
"semver": "5.4.1",
"shelljs": "0.7.8",
"source-map-support": "0.4.18",
"strip-bom-stream": "3.0.0",
"whatwg-url": "6.3.0",