From 868d579dcba29a397eeeb46f49adc7415a22fe1d Mon Sep 17 00:00:00 2001 From: TokugawaTakesi Date: Thu, 11 Apr 2019 11:52:23 +0900 Subject: [PATCH] requested changes done --- types/gulp-stylus/gulp-stylus-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/gulp-stylus/gulp-stylus-tests.ts b/types/gulp-stylus/gulp-stylus-tests.ts index e6cf4efad8..7cbeec2fb5 100644 --- a/types/gulp-stylus/gulp-stylus-tests.ts +++ b/types/gulp-stylus/gulp-stylus-tests.ts @@ -1,5 +1,5 @@ import * as gulp from 'gulp'; -import * as stylus from 'gulp-stylus'; +import stylus = require('gulp-stylus'); gulp.task('styles1', () => { return gulp.src('./css/one.styl')