1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-30 17:20:31 +02:00

changelog image fix

This commit is contained in:
codecalm
2020-03-27 21:54:16 +01:00
parent a68a443ad1
commit b5f2897e18

View File

@@ -488,7 +488,7 @@ gulp.task('changelog-image', function (cb) {
let newIcons = [];
ret.replace(/[AD]\s+src\/_icons\/([a-z1-9-]+)\.svg/g, function (m, fileName) {
ret.replace(/[AD]\s+src\/_icons\/([a-z0-9-]+)\.svg/g, function (m, fileName) {
newIcons.push(fileName);
});