diff options
| author | syuilo⭐️ <Syuilotan@yahoo.co.jp> | 2017-03-04 01:30:31 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-04 01:30:31 +0900 |
| commit | 4e3d617797d47dfd1e5325f60829e4bc282cfafa (patch) | |
| tree | 25d92f382efc0f999351042a6680564768a5720a | |
| parent | Refactor (diff) | |
| parent | fix(package): update inquirer to version 3.0.6 (diff) | |
| download | sharkey-4e3d617797d47dfd1e5325f60829e4bc282cfafa.tar.gz sharkey-4e3d617797d47dfd1e5325f60829e4bc282cfafa.tar.bz2 sharkey-4e3d617797d47dfd1e5325f60829e4bc282cfafa.zip | |
Merge pull request #233 from syuilo/greenkeeper/inquirer-3.0.6
Update inquirer 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 08348a44f2..2e67aafd9f 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "gulp-typescript": "3.1.5", "gulp-uglify": "2.0.1", "gulp-util": "3.0.8", - "inquirer": "3.0.5", + "inquirer": "3.0.6", "is-root": "1.0.0", "is-url": "1.2.2", "js-yaml": "3.8.2", |