diff options
author | codecalm <codecalm@gmail.com> | 2020-08-04 23:07:06 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-08-04 23:07:06 +0200 |
commit | 161682119831916148515cb1d0a6433fa2d7ca2b (patch) | |
tree | b45f47db4e39907d72c3a5edc8b6da1357639772 /gulpfile.js | |
parent | a-b (diff) | |
parent | Update README.md (diff) | |
download | tabler-icons-161682119831916148515cb1d0a6433fa2d7ca2b.tar.xz |
Merge branches 'dev' and 'master' of https://github.com/tabler/tabler-icons into dev
Conflicts:
src/editor.html
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js index 86f4fc99..43c55a77 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -490,7 +490,7 @@ gulp.task('changelog-image', function (cb) { let newIcons = []; - ret.replace(/[AD]\s+src\/_icons\/([a-z0-9-]+)\.svg/g, function (m, fileName) { + ret.replace(/[A]\s+src\/_icons\/([a-z0-9-]+)\.svg/g, function (m, fileName) { newIcons.push(fileName); }); |