Skip to content

Commit 65c406b

Browse files
fix: fix project url in package.json
add README.md badges
1 parent f6d9b8f commit 65c406b

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
name: coverage-lcov
3434
path: coverage
3535

36+
- name: Build
37+
run: npm run build
38+
3639
- name: Release
3740
env:
3841
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
Package for create microservice architecture based on [Ijson job server](https://github.com/lega911/ijson).
44
All requests are made through `JSON-RPC 2.0`
55

6+
![npm](https://img.shields.io/npm/v/@lomray/microservice-nodejs-lib)
7+
![npm bundle size](https://img.shields.io/bundlephobia/minzip/@lomray/microservice-nodejs-lib?label=size)
8+
![GitHub](https://img.shields.io/github/license/Lomray-Software/microservice-nodejs-lib)
9+
10+
[![Quality Gate Status](https://sonarqube-proxy.lomray.com/status/Lomray-Software_microservice-nodejs-lib?token=e8287c0b621c488e0a9fac83cb53763a)](https://sonarqube.lomray.com/dashboard?id=Lomray-Software_microservice-nodejs-lib)
11+
[![Reliability Rating](https://sonarqube-proxy.lomray.com/reliability/Lomray-Software_microservice-nodejs-lib?token=e8287c0b621c488e0a9fac83cb53763a)](https://sonarqube.lomray.com/dashboard?id=Lomray-Software_microservice-nodejs-lib)
12+
[![Security Rating](https://sonarqube-proxy.lomray.com/security/Lomray-Software_microservice-nodejs-lib?token=e8287c0b621c488e0a9fac83cb53763a)](https://sonarqube.lomray.com/dashboard?id=Lomray-Software_microservice-nodejs-lib)
13+
[![Vulnerabilities](https://sonarqube-proxy.lomray.com/vulnerabilities/Lomray-Software_microservice-nodejs-lib?token=e8287c0b621c488e0a9fac83cb53763a)](https://sonarqube.lomray.com/dashboard?id=Lomray-Software_microservice-nodejs-lib)
14+
[![Lines of code](https://sonarqube-proxy.lomray.com/lines/Lomray-Software_microservice-nodejs-lib?token=e8287c0b621c488e0a9fac83cb53763a)](https://sonarqube.lomray.com/dashboard?id=Lomray-Software_microservice-nodejs-lib)
15+
[![Coverage](https://sonarqube-proxy.lomray.com/coverage/Lomray-Software_microservice-nodejs-lib?token=e8287c0b621c488e0a9fac83cb53763a)](https://sonarqube.lomray.com/dashboard?id=Lomray-Software_microservice-nodejs-lib)
16+
617
### This package includes instruments for creating:
718
- Gateways
819
- Microservices

example/diagram.png

-191 Bytes
Loading

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
],
1717
"repository": {
1818
"type": "git",
19-
"url": "https://github.com/lomray/microservice-nodejs.git"
19+
"url": "https://github.com/Lomray-Software/microservice-nodejs-lib.git"
2020
},
2121
"bugs": {
22-
"url": "https://github.com/lomray/microservice-nodejs/issues"
22+
"url": "https://github.com/Lomray-Software/microservice-nodejs-lib/issues"
2323
},
24-
"homepage": "https://github.com/lomray/microservice-nodejs",
24+
"homepage": "https://github.com/Lomray-Software/microservice-nodejs-lib",
2525
"author": "Mikhail Yarmaliuk",
2626
"license": "Apache-2.0",
2727
"scripts": {

0 commit comments

Comments
 (0)