Skip to content

Commit

Permalink
Commander dependecy added to package.json (#16)
Browse files Browse the repository at this point in the history
* Commander dependecy added to package.json

* Bumped up the version
  • Loading branch information
vijayg10 authored Feb 10, 2020
1 parent fdd952a commit a5a6c0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit a5a6c0e

Please sign in to comment.