diff options
| author | こぴなたみぽ <Syuilotan@yahoo.co.jp> | 2017-08-27 16:31:13 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-27 16:31:13 +0900 |
| commit | 0d675e94f31d71140eeac5d9aae8f178a348a903 (patch) | |
| tree | 74aa6609db7f390b55801a3558be3a2c027e2e03 | |
| parent | Merge pull request #729 from syuilo/greenkeeper/debug-3.0.1 (diff) | |
| parent | chore(package): update tslint to version 5.7.0 (diff) | |
| download | misskey-0d675e94f31d71140eeac5d9aae8f178a348a903.tar.gz misskey-0d675e94f31d71140eeac5d9aae8f178a348a903.tar.bz2 misskey-0d675e94f31d71140eeac5d9aae8f178a348a903.zip | |
Merge pull request #732 from syuilo/greenkeeper/tslint-5.7.0
Update tslint to the latest version 🚀
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 635e7892e2..aa4df55064 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "stylus": "0.54.5", "stylus-loader": "3.0.1", "swagger-jsdoc": "1.9.7", - "tslint": "5.6.0", + "tslint": "5.7.0", "uglify-es": "3.0.27", "uglify-es-webpack-plugin": "0.10.0", "uglify-js": "git+https://github.com/mishoo/UglifyJS2.git#harmony", |