diff options
| author | こぴなたみぽ <Syuilotan@yahoo.co.jp> | 2017-06-08 17:27:07 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-08 17:27:07 +0900 |
| commit | 17c2b6951a0ffe6b26c96a8b566eea66b7ffd9fb (patch) | |
| tree | 785e7be2d2391cdd1c4d9db9aa6153d641710f00 /package.json | |
| parent | Fix bug (diff) | |
| parent | fix(package): update riot to version 3.6.0 (diff) | |
| download | misskey-17c2b6951a0ffe6b26c96a8b566eea66b7ffd9fb.tar.gz misskey-17c2b6951a0ffe6b26c96a8b566eea66b7ffd9fb.tar.bz2 misskey-17c2b6951a0ffe6b26c96a8b566eea66b7ffd9fb.zip | |
Merge pull request #547 from syuilo/greenkeeper/riot-3.6.0
Update riot to the latest version 🚀
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 3614e95650..373750f3fa 100644 --- a/package.json +++ b/package.json @@ -133,7 +133,7 @@ "redis": "2.7.1", "request": "2.81.0", "rimraf": "2.6.1", - "riot": "3.5.1", + "riot": "3.6.0", "rndstr": "1.0.0", "s-age": "1.1.0", "serve-favicon": "2.4.3", |