From a5a6c0e89161825829bb38a82e477000c7586c0c Mon Sep 17 00:00:00 2001 From: vijayg10 <33152110+vijayg10@users.noreply.github.com> Date: Mon, 10 Feb 2020 18:11:37 +0530 Subject: [PATCH] Commander dependecy added to package.json (#16) * Commander dependecy added to package.json * Bumped up the version --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 11d1e04..99a00cb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "transaction-requests-service", "description": "An asynchronous pass through transaction request API for merchant payment initiated requests.", - "version": "8.8.0", + "version": "8.8.1", "license": "Apache-2.0", "author": "ModusBox", "contributors": [ @@ -64,10 +64,10 @@ "jsdoc": "3.6.3", "mustache": "3.1.0", "parse-strings-in-object": "2.0.0", - "rc": "1.2.8" + "rc": "1.2.8", + "commander": "4.0.1" }, "devDependencies": { - "commander": "4.0.1", "eslint": "6.7.2", "jest": "24.9.0", "jest-junit": "10.0.0",