mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-01 16:49:15 -04:00
Rename type definition file to paper.d.ts
.
This commit is contained in:
parent
bbd65324bc
commit
f25690aa91
5 changed files with 5 additions and 4 deletions
gulp/tasks
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue