diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-06-26 13:00:18 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-26 13:00:18 +0900 |
| commit | fab2e08a0de4a073fc71594fa0efc7779c9929ea (patch) | |
| tree | 5602f40fd7806536a1738640c64996c79507a86a | |
| parent | Merge pull request #1780 from syuilo/l10n_master (diff) | |
| parent | fix(package): update eslint to version 5.0.1 (diff) | |
| download | misskey-fab2e08a0de4a073fc71594fa0efc7779c9929ea.tar.gz misskey-fab2e08a0de4a073fc71594fa0efc7779c9929ea.tar.bz2 misskey-fab2e08a0de4a073fc71594fa0efc7779c9929ea.zip | |
Merge pull request #1785 from syuilo/greenkeeper/eslint-5.0.1
Update eslint 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 eb983830f9..012d3702ba 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "element-ui": "2.4.1", "emojilib": "2.2.12", "escape-regexp": "0.0.1", - "eslint": "5.0.0", + "eslint": "5.0.1", "eslint-plugin-vue": "4.5.0", "eventemitter3": "3.1.0", "exif-js": "2.3.0", |