diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-02-22 23:52:19 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-22 23:52:19 +0900 |
| commit | 3fc6aef3130d4836b9c3cfa8f16aba0530f95208 (patch) | |
| tree | 4ebc5e28f3fa05baf1d6ff84593fd961b0c55313 /package.json | |
| parent | [Clikinet] Fix bug (diff) | |
| parent | fix(package): update inquirer to version 3.0.2 (diff) | |
| download | misskey-3fc6aef3130d4836b9c3cfa8f16aba0530f95208.tar.gz misskey-3fc6aef3130d4836b9c3cfa8f16aba0530f95208.tar.bz2 misskey-3fc6aef3130d4836b9c3cfa8f16aba0530f95208.zip | |
Merge pull request #196 from syuilo/greenkeeper/inquirer-3.0.2
Update inquirer 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 6d242756ff..ae4c817643 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "gulp-typescript": "3.1.5", "gulp-uglify": "2.0.1", "gulp-util": "3.0.8", - "inquirer": "3.0.1", + "inquirer": "3.0.2", "is-root": "1.0.0", "is-url": "1.2.2", "js-yaml": "3.8.1", |