aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-09-21 14:02:49 +0200
committercodecalm <codecalm@gmail.com>2020-09-21 14:02:49 +0200
commitc1e325d3f51b6060daa09b5e769a4391c55bc571 (patch)
tree09b669ce3d403c048823c63827f2c6b6666204bd
parentRelease 1.21.0 (diff)
downloadtabler-icons-c1e325d3f51b6060daa09b5e769a4391c55bc571.tar.xz
index.d.js -> index.d.ts fix
-rw-r--r--gulpfile.js2
-rw-r--r--icons-react/index.d.ts (renamed from icons-react/index.d.js)0
2 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();
diff --git a/icons-react/index.d.js b/icons-react/index.d.ts
index bb3b182..bb3b182 100644
--- a/icons-react/index.d.js
+++ b/icons-react/index.d.ts