Skip to content

Commit

Permalink
Update commander and inquirer to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ognjengt committed Jul 18, 2018
1 parent 1f36016 commit cf6aa8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/config.js
@@ -1,6 +1,6 @@
// Configuration for app (routes to all of the templates, etc...)
module.exports = {
cli_version: '1.2.2',
cli_version: '1.2.3',
terminal_colors: {
green: '\x1b[32m',
red: '\x1b[31m',
Expand Down
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "build-express-api",
"version": "1.2.2",
"version": "1.2.3",
"description": "Command line interface for instantly building an express rest api",
"main": "./bin/cli.js",
"preferGlobal": true,
Expand Down Expand Up @@ -30,8 +30,8 @@
},
"homepage": "https://github.com/ognjengt/build-express-api#readme",
"dependencies": {
"commander": "^2.12.1",
"inquirer": "^4.0.0"
"commander": "^2.16.0",
"inquirer": "^4.0.2"
},
"devDependencies": {
"chai": "^4.1.2",
Expand Down

0 comments on commit cf6aa8c

Please sign in to comment.