Skip to content

Commit

Permalink
fix(docs): added badges
Browse files Browse the repository at this point in the history
BREAKING CHANGE : bump major versions
  • Loading branch information
Samarpan Bhattacharya authored and Samarpan Bhattacharya committed Dec 17, 2021
1 parent c5db32b commit a66ed14
Show file tree
Hide file tree
Showing 37 changed files with 257,910 additions and 110,713 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org/)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

![@loopback/core](https://img.shields.io/github/package-json/dependency-version/sourcefuse/loopback4-microservice-catalog/@loopback/core?filename=services%2Fauthentication-service%2Fpackage.json)
![@loopback/core](https://img.shields.io/github/package-json/dependency-version/sourcefuse/loopback4-microservice-catalog/@loopback/core?filename=packages%2Fcore%2Fpackage.json)

[![Quality gate](https://sonarcloud.io/api/project_badges/quality_gate?project=sourcefuse_loopback4-microservice-catalog)](https://sonarcloud.io/summary/new_code?id=sourcefuse_loopback4-microservice-catalog)

Expand Down
12 changes: 5 additions & 7 deletions packages/core/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# core
# @sourceloop/core

[![LoopBack](<https://github.com/strongloop/loopback-next/raw/master/docs/site/imgs/branding/Powered-by-LoopBack-Badge-(blue)[email protected]>)](http://loopback.io/)

![npm (prod) dependency version (scoped)](https://img.shields.io/npm/dependency-version/@sourceloop/core/@loopback/core)

![npm dev dependency version (scoped)](https://img.shields.io/npm/dependency-version/@sourceloop/core/dev/@loopback/cli)

## Overview

`@sourceloop/core` is the [application core](https://jeffreypalermo.com/2008/07/the-onion-architecture-part-1/) for the `sourceloop`. It contains
Expand All @@ -26,9 +30,3 @@ that are used throughout the service catalog.
```bash
npm install @sourceloop/core
```

`@sourceloop/core` is dependent on [`swagger-stats`](https://www.npmjs.com/package/swagger-stats), so if you haven't added prom-client already, you should do this now. It's a peer dependency of swagger-stats as of version 0.95.19.

```bash
npm install prom-client@12 --save
```
Loading

0 comments on commit a66ed14

Please sign in to comment.