Skip to content

Commit

Permalink
fix(2151): helm-release-v12.1.0
Browse files Browse the repository at this point in the history
- Fix for 'Error: Cannot find module 'js-yaml''
  • Loading branch information
mdebarros committed Jun 10, 2021
1 parent 86597e4 commit c1b7f01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions src/package-lock.json

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

4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mojaloop/sdk-scheme-adapter",
"version": "11.16.3",
"version": "11.16.4",
"description": "An adapter for connecting to Mojaloop API enabled switches.",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -55,6 +55,7 @@
"dotenv": "^10.0.0",
"env-var": "^7.0.1",
"javascript-state-machine": "^3.1.0",
"js-yaml": "^4.1.0",
"json-schema-ref-parser": "^9.0.9",
"koa": "^2.13.1",
"koa-body": "^4.2.0",
Expand All @@ -78,7 +79,6 @@
"eslint-plugin-jest": "^24.3.6",
"jest": "^27.0.4",
"jest-junit": "^12.1.0",
"js-yaml": "^4.1.0",
"nock": "^13.1.0",
"npm-audit-resolver": "^2.3.1",
"npm-check-updates": "^11.6.0",
Expand Down

0 comments on commit c1b7f01

Please sign in to comment.