Release version 0.12.3

This commit is contained in:
Jürg Lehni 2019-06-22 14:40:54 +02:00
parent 68ea63d99e
commit f89934e331
10 changed files with 32426 additions and 22 deletions

View file

@ -50,11 +50,12 @@ Object.keys(docOptions).forEach(function(name) {
// The goal of the typescript task is to automatically generate a type
// definition for the library.
gulp.task('docs:typescript', function() {
return run(
gulp.task('docs:typescript', function(callback) {
run(
'docs:typescript:clean:before',
'docs:typescript:build',
'docs:typescript:clean:after'
'docs:typescript:clean:after',
callback
);
});
// First clean eventually existing type definition...