diff options
| author | MeiMei <30769358+mei23@users.noreply.github.com> | 2019-03-18 15:23:45 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-03-18 15:23:45 +0900 |
| commit | c2eec272e6b5f77f5f2fff7c9c11bc29ff176407 (patch) | |
| tree | b8a0f37896366da5b33ce3435d4745d99b29d2e3 /package.json | |
| parent | Merge branch 'develop' of https://github.com/syuilo/misskey into develop (diff) | |
| download | sharkey-c2eec272e6b5f77f5f2fff7c9c11bc29ff176407.tar.gz sharkey-c2eec272e6b5f77f5f2fff7c9c11bc29ff176407.tar.bz2 sharkey-c2eec272e6b5f77f5f2fff7c9c11bc29ff176407.zip | |
Content-Disposition in ObjectStrage (#4524)
* Content-Disposition in ObjectStrage
* encode filename
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index bb48d060cd..e5eb6b81fc 100644 --- a/package.json +++ b/package.json @@ -108,6 +108,7 @@ "chai-http": "4.2.1", "chalk": "2.4.2", "commander": "2.19.0", + "content-disposition": "0.5.3", "crc-32": "1.2.0", "css-loader": "2.1.1", "cssnano": "4.1.10", |