diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-06-06 23:32:48 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-06-06 23:32:48 +0900 |
| commit | b86594148e3fd9a7ffb70ab2c4a080c20e8a485d (patch) | |
| tree | 40d14d5c36e9a02b357e483a75e27045addaa043 | |
| parent | Improve readability (diff) | |
| parent | Merge pull request #534 from syuilo/greenkeeper/@types/gulp-4.0.4 (diff) | |
| download | misskey-b86594148e3fd9a7ffb70ab2c4a080c20e8a485d.tar.gz misskey-b86594148e3fd9a7ffb70ab2c4a080c20e8a485d.tar.bz2 misskey-b86594148e3fd9a7ffb70ab2c4a080c20e8a485d.zip | |
Merge branch 'master' of https://github.com/syuilo/misskey
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index aac8f303fb..8fbca844ee 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@types/event-stream": "3.3.31", "@types/express": "4.0.35", "@types/gm": "1.17.31", - "@types/gulp": "4.0.3", + "@types/gulp": "4.0.4", "@types/gulp-mocha": "0.0.30", "@types/gulp-rename": "0.0.32", "@types/gulp-replace": "0.0.30", |