diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2019-11-24 17:09:32 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-11-24 17:09:32 +0900 |
| commit | f7a328d66e8f0ddb5d7b6ca815bf86bba98895bb (patch) | |
| tree | 78c78b428ee7aac5c4fefc61fe856da837a41fae /gulpfile.ts | |
| parent | New Crowdin translations (#5573) (diff) | |
| download | misskey-f7a328d66e8f0ddb5d7b6ca815bf86bba98895bb.tar.gz misskey-f7a328d66e8f0ddb5d7b6ca815bf86bba98895bb.tar.bz2 misskey-f7a328d66e8f0ddb5d7b6ca815bf86bba98895bb.zip | |
Update dependencies :rocket:
Diffstat (limited to 'gulpfile.ts')
| -rw-r--r-- | gulpfile.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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'; |