in tasks/check-package.js [127:133]
isSVG: function isSVG (image) { if (!image) { return false; } return (/\.svg$/i).test(image); },