Skip to content

Commit

Permalink
update gulp-typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
eanders-ms committed May 4, 2018
1 parent 9fa62f3 commit 2862efb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var gulp = require('gulp');
var typescript = require('gulp-tsc');
var typescript = require('gulp-typescript');

gulp.task('clean', function () {
var clean = require('gulp-clean');
Expand All @@ -8,7 +8,6 @@ gulp.task('clean', function () {
});

gulp.task('build-app', function () {
var tsc = require('gulp-tsc');
var tsconfig = require('./tsconfig.json');
return gulp.src(['src/**/*.ts', 'src/**/*.tsx'])
.pipe(typescript(tsconfig.compilerOptions))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"gulp-flatmap": "1.0.0",
"gulp-inject": "4.2.0",
"gulp-rename": "1.2.2",
"gulp-tsc": "1.2.6",
"gulp-typescript": "4.0.2",
"gulp-util": "3.0.8",
"license-list": "0.1.3",
"object-assign": "4.1.0",
Expand Down

0 comments on commit 2862efb

Please sign in to comment.