From f7a328d66e8f0ddb5d7b6ca815bf86bba98895bb Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 24 Nov 2019 17:09:32 +0900 Subject: Update dependencies :rocket: --- gulpfile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gulpfile.ts') diff --git a/gulpfile.ts b/gulpfile.ts index 00bd905566..66b034536c 100644 --- a/gulpfile.ts +++ b/gulpfile.ts @@ -11,7 +11,7 @@ const cssnano = require('gulp-cssnano'); const stylus = require('gulp-stylus'); import * as uglifyComposer from 'gulp-uglify/composer'; import * as rimraf from 'rimraf'; -import chalk from 'chalk'; +import * as chalk from 'chalk'; import * as rename from 'gulp-rename'; import * as mocha from 'gulp-mocha'; import * as replace from 'gulp-replace'; -- cgit v1.2.3-freya