From 02e40a2806e478196a42737605d0505fbb2d1ea8 Mon Sep 17 00:00:00 2001 From: L&H Date: Thu, 7 Jun 2018 08:16:42 +0800 Subject: [PATCH] Update gulp-strip-comments-tests.ts --- types/gulp-strip-comments/gulp-strip-comments-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/gulp-strip-comments/gulp-strip-comments-tests.ts b/types/gulp-strip-comments/gulp-strip-comments-tests.ts index 7f1c88af77..737f2c16a2 100644 --- a/types/gulp-strip-comments/gulp-strip-comments-tests.ts +++ b/types/gulp-strip-comments/gulp-strip-comments-tests.ts @@ -1,5 +1,5 @@ import * as gulp from 'gulp'; -import * as stripComments from 'gulp-strip-comments'; +import stripComments = require('gulp-strip-comments'); gulp.task('default', () => { return gulp.src('src/app.js')