diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-03-18 13:30:13 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-03-18 13:30:13 +0900 |
| commit | bd720491a9ba0d36500abcc3a46fcccdcf1ca871 (patch) | |
| tree | f4df2c63c94a2d90243d66e586b9a6d64afc598f /package.json | |
| parent | Refactor (diff) | |
| parent | Improve drive downloading (#4523) (diff) | |
| download | sharkey-bd720491a9ba0d36500abcc3a46fcccdcf1ca871.tar.gz sharkey-bd720491a9ba0d36500abcc3a46fcccdcf1ca871.tar.bz2 sharkey-bd720491a9ba0d36500abcc3a46fcccdcf1ca871.zip | |
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index da436926f5..bb48d060cd 100644 --- a/package.json +++ b/package.json @@ -77,6 +77,7 @@ "@types/qrcode": "1.3.0", "@types/ratelimiter": "2.1.28", "@types/redis": "2.8.10", + "@types/rename": "1.0.1", "@types/request": "2.48.1", "@types/request-promise-native": "1.0.15", "@types/request-stats": "3.0.0", @@ -193,6 +194,7 @@ "recaptcha-promise": "0.1.3", "reconnecting-websocket": "4.1.10", "redis": "2.8.0", + "rename": "1.0.4", "request": "2.88.0", "request-promise-native": "1.0.7", "request-stats": "3.0.0", |