aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorPaweł Kuna <1282324+codecalm@users.noreply.github.com>2020-09-21 14:02:04 +0200
committerGitHub <noreply@github.com>2020-09-21 14:02:04 +0200
commit4b7dae601e2099365f98fde00212b41bd8ca08ae (patch)
treec3f06aa7f875ae4a7bab91d2f94fdf5367343245 /gulpfile.js
parentRelease 1.21.0 (diff)
downloadtabler-icons-4b7dae601e2099365f98fde00212b41bd8ca08ae.tar.xz
Update gulpfile.js
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 35c59eb..c5d7c83 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -588,7 +588,7 @@ gulp.task('svg-to-react', gulp.series('clean-react', async function (cb) {
});
fs.writeFileSync('icons-react/index.js', indexCode);
- fs.writeFileSync('icons-react/index.d.js', indexDCode);
+ fs.writeFileSync('icons-react/index.d.ts', indexDCode);
});
cb();