Skip to content

Commit 8e5660e

Browse files
Çağatay ÇiviciÇağatay Çivici
Çağatay Çivici
authored and
Çağatay Çivici
committed
Export d.ts as well
1 parent 01cd0da commit 8e5660e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ gulp.task('themes', function() {
4747
});
4848

4949
gulp.task('build-exports', function() {
50-
return gulp.src(['exports/*.js'])
50+
return gulp.src(['exports/*.js','exports/*.d.ts'])
5151
.pipe(gulp.dest('./'));
5252
});
5353

0 commit comments

Comments
 (0)