Rename type definition file to paper.d.ts.

This commit is contained in:
sasensi 2018-12-03 13:53:30 +01:00 committed by Jürg Lehni
parent bbd65324bc
commit f25690aa91
5 changed files with 5 additions and 4 deletions
gulp/tasks

View file

@ -59,7 +59,7 @@ gulp.task('docs:typescript', function() {
});
// First clean eventually existing type definition...
gulp.task('docs:typescript:clean:before', function() {
return del('dist/index.d.ts');
return del('dist/paper.d.ts');
});
// ...then build the definition...
gulp.task('docs:typescript:build', function() {