Skip to content

Commit

Permalink
Merge pull request #4 from rmothilal/feature/fix-broken-build-for-rel…
Browse files Browse the repository at this point in the history
…ease

fix for missing dependency and added start script for build
  • Loading branch information
rmothilal authored Sep 30, 2019
2 parents 859adc5 + e35b0a9 commit 3b29a4d
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 12 deletions.
64 changes: 54 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "transaction-requests-service",
"description": "An asynchronous pass through transaction request API for merchant payment initiated requests.",
"license": "Apache-2.0",
"version": "7.4.1",
"version": "8.1.0",
"author": "ModusBox",
"contributors": [
"Rajiv Mothilal <rajiv.mothilal@modusbox.com>"
Expand Down Expand Up @@ -48,10 +48,10 @@
"@hapi/hapi": "18.3.2",
"@hapi/inert": "5.2.1",
"@hapi/vision": "5.5.2",
"@mojaloop/central-services-error-handling": "7.4.0",
"@mojaloop/central-services-health": "7.0.0",
"@mojaloop/central-services-metrics": "5.2.0",
"@mojaloop/central-services-shared": "7.4.5",
"@mojaloop/central-services-error-handling": "7.4.0",
"axios": "0.19.0",
"blipp": "4.0.0",
"catbox": "10.0.6",
Expand All @@ -63,6 +63,7 @@
"immutable": "3.8.2",
"jsdoc": "3.6.3",
"mustache": "3.0.2",
"rc": "1.2.8",
"uuid4": "1.1.4"
},
"devDependencies": {
Expand All @@ -76,6 +77,7 @@
"tap-xunit": "2.4.1"
},
"scripts": {
"start": "node src/index.js api",
"test": "npx ava",
"cover": "npx nyc --all report --reporter=lcov npm run test",
"test:coverage": "nyc ava",
Expand Down

0 comments on commit 3b29a4d

Please sign in to comment.