Skip to content

Commit

Permalink
chore: badges fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SkeLLLa committed May 24, 2020
1 parent 97a5aca commit 3014d89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[![License](https://img.shields.io/npm/l/fastify-metrics.svg)](https://gitlab.com/m03geek/fastify-metrics/blob/master/LICENSE)
[![Codecov](https://img.shields.io/codecov/c/gh/SkeLLLa/fastify-metrics.svg)](https://codecov.io/gh/SkeLLLa/fastify-metrics)
[![LGTM Alerts](https://img.shields.io/lgtm/alerts/github/SkeLLLa/fastify-metrics.svg)](https://lgtm.com/projects/g/SkeLLLa/fastify-metrics/)
[![LGTM Grade](https://img.shields.io/lgtm/grade/javascript/github/SkeLLLa/yammy.svg)](https://lgtm.com/projects/g/SkeLLLa/fastify-metrics/)
[![LGTM Grade](https://img.shields.io/lgtm/grade/javascript/github/SkeLLLa/fastify-metrics.svg)](https://lgtm.com/projects/g/SkeLLLa/fastify-metrics/)

[Prometheus](https://prometheus.io/) metrics exporter for Fastify.

Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
"version": "6.0.0-rc.3",
"description": "Prometheus metrics exporter for Fastify",
"keywords": [
"fastify",
"fastify-plugin",
"metrics",
"prometheus",
"metrics"
"fastify",
"plugin"
],
"homepage": "https://gitlab.com/m03geek/fastify-metrics#README",
"bugs": {
Expand Down Expand Up @@ -34,9 +36,6 @@
"unit": "jest",
"postunit": "codecov || true"
},
"config": {
"releaseBranch": "master"
},
"dependencies": {
"deepmerge": "^4.2.2",
"fastify-plugin": "^2.0.0",
Expand Down

0 comments on commit 3014d89

Please sign in to comment.