mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Update gulp-strip-comments-tests.ts
This commit is contained in:
parent
b09582f973
commit
02e40a2806
@ -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')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user