diff --git a/bin/config.js b/bin/config.js index 01bb8ed..b8956c7 100755 --- a/bin/config.js +++ b/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', diff --git a/package.json b/package.json index 5e3caa2..f0ae8b2 100644 --- a/package.json +++ b/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, @@ -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",