2
0
mirror of https://github.com/iconify/iconify.git synced 2024-11-16 17:45:09 +00:00

Typo in build script

This commit is contained in:
cyberalien 2017-02-24 11:23:40 +02:00
parent 6e35341c07
commit da7523bc28

View File

@ -122,7 +122,7 @@ function parse(config) {
});
if (config.plugins) {
config.plugins.forEach(plugin => {
testFiles.push('browser/plugins/' + file + '.js');
testFiles.push('browser/plugins/' + plugin + '.js');
});
}