diff options
| author | greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com> | 2017-04-24 10:45:29 +0000 |
|---|---|---|
| committer | greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com> | 2017-04-24 10:45:29 +0000 |
| commit | 660a78b1529ad37de1ac9a258ffd909ae4af27b5 (patch) | |
| tree | f5bda2bc2feff90346995b70de46511906710da2 /package.json | |
| parent | Remove needless try-catch (diff) | |
| download | misskey-660a78b1529ad37de1ac9a258ffd909ae4af27b5.tar.gz misskey-660a78b1529ad37de1ac9a258ffd909ae4af27b5.tar.bz2 misskey-660a78b1529ad37de1ac9a258ffd909ae4af27b5.zip | |
chore(package): update mocha to version 3.3.0
https://greenkeeper.io/
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 999bf9a7e6..cd41c0c2c0 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "gulp-typescript": "3.1.6", "gulp-uglify": "2.1.2", "gulp-util": "3.0.8", - "mocha": "3.2.0", + "mocha": "3.3.0", "riot-tag-loader": "1.0.0", "string-replace-webpack-plugin": "0.1.3", "stylus": "0.54.5", |