summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2018-07-24 23:45:19 +0900
committerGitHub <noreply@github.com>2018-07-24 23:45:19 +0900
commit7432de3d33c78941b5f4677d2653fdf35d477dcf (patch)
tree062069890c201e1e440a661cc2be483e5265c24c /package.json
parentfix(package): update eslint-plugin-vue to version 4.7.1 (diff)
parentwip (diff)
downloadmisskey-7432de3d33c78941b5f4677d2653fdf35d477dcf.tar.gz
misskey-7432de3d33c78941b5f4677d2653fdf35d477dcf.tar.bz2
misskey-7432de3d33c78941b5f4677d2653fdf35d477dcf.zip
Merge pull request #1968 from syuilo/object-storage
Object storage support
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index d3ed47a6f4..bdf5c63640 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "misskey",
"author": "syuilo <i@syuilo.com>",
- "version": "4.27.0",
+ "version": "5.0.0",
"clientVersion": "1.0.7487",
"codename": "nighthike",
"main": "./built/index.js",
@@ -57,6 +57,7 @@
"@types/koa-views": "2.0.3",
"@types/koa__cors": "2.2.2",
"@types/kue": "0.11.9",
+ "@types/minio": "6.0.2",
"@types/mkdirp": "0.5.2",
"@types/mocha": "5.2.3",
"@types/mongodb": "3.1.2",
@@ -147,6 +148,7 @@
"kue": "0.11.6",
"loader-utils": "1.1.0",
"mecab-async": "0.1.2",
+ "minio": "6.0.0",
"mkdirp": "0.5.1",
"mocha": "5.2.0",
"moji": "0.5.1",