Skip to content

Commit

Permalink
fix(audit-service): fixed prom client issue, minor change in readme (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatdubeysf authored Apr 25, 2021
1 parent 689e38b commit c691f9d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion services/audit-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A LoopBack microservice used for auditing user actions.
## Installation

```bash
npm i @sourceloop/authentication-service
npm i @sourceloop/audit-service
```

## Implementation
Expand Down
21 changes: 21 additions & 0 deletions services/audit-service/package-lock.json

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

1 change: 1 addition & 0 deletions services/audit-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"@sourceloop/core": "^1.0.0-alpha.27",
"loopback4-authentication": "^4.1.0",
"loopback4-authorization": "^3.2.0",
"prom-client": "^13.1.0",
"tslib": "^2.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit c691f9d

Please sign in to comment.