Skip to content

Commit

Permalink
Update dependencies to fix vulnerabilities.
Browse files Browse the repository at this point in the history
Update version number.
  • Loading branch information
Paul-DS committed Mar 29, 2020
1 parent 152cbaa commit 8a5befd
Show file tree
Hide file tree
Showing 4 changed files with 8,721 additions and 4,387 deletions.
3 changes: 2 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ const cleanCss = require('gulp-clean-css');
const rename = require('gulp-rename');

const compileTS = function() {
const tsProject = ts.createProject('tsconfig.json');
// Use to generate the definition type
return gulp.src('src/ts/**/*.ts')
.pipe(ts({ declaration: true }))
.pipe(tsProject())
.dts
.pipe(gulp.dest('dist'));
}
Expand Down
Loading

0 comments on commit 8a5befd

Please sign in to comment.