diff options
author | codecalm <codecalm@gmail.com> | 2022-07-25 11:39:29 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-07-25 11:39:29 +0200 |
commit | 922f049c3b2f2642d3806f7baf385a013c7d264c (patch) | |
tree | e1eaba22dd7e76392538fe1394b5d0ea3516c6f4 /gulpfile.js | |
parent | update icons categories (diff) | |
download | tabler-icons-922f049c3b2f2642d3806f7baf385a013c7d264c.tar.xz |
update icons tags
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 6ae2e11e..687113aa 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -758,7 +758,7 @@ gulp.task('import-categories', function(cb) { }) gulp.task('import-tags', function(cb) { - fs.createReadStream('./_import.csv').pipe(csv({ + fs.createReadStream('./_import.tsv').pipe(csv({ headers: false, separator: '\t' })).on('data', (row) => { |