Skip to content

Commit 6683616

Browse files
committed
chore: Updated badges.
1 parent 1983eaf commit 6683616

File tree

7 files changed

+4
-64
lines changed

7 files changed

+4
-64
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: CI
33
on: [push, pull_request]
44
jobs:
5-
build:
5+
ci:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# fastify-http-errors-enhanced
22

3-
[![Package Version](https://img.shields.io/npm/v/fastify-http-errors-enhanced.svg)](https://npm.im/fastify-http-errors-enhanced)
4-
[![Dependency Status](https://img.shields.io/david/ShogunPanda/fastify-http-errors-enhanced)](https://david-dm.org/ShogunPanda/fastify-http-errors-enhanced)
3+
[![Version](https://img.shields.io/npm/v/fastify-http-errors-enhanced.svg)](https://npm.im/fastify-http-errors-enhanced)
4+
[![Dependencies](https://img.shields.io/librariesio/release/npm/fastify-http-errors-enhanced)](https://libraries.io/npm/fastify-http-errors-enhanced)
55
[![Build](https://github.com/ShogunPanda/fastify-http-errors-enhanced/workflows/CI/badge.svg)](https://github.com/ShogunPanda/fastify-http-errors-enhanced/actions?query=workflow%3ACI)
6-
[![Code Coverage](https://img.shields.io/codecov/c/gh/ShogunPanda/fastify-http-errors-enhanced?token=ep3IRURLnT)](https://codecov.io/gh/ShogunPanda/fastify-http-errors-enhanced)
6+
[![Coverage](https://img.shields.io/codecov/c/gh/ShogunPanda/fastify-http-errors-enhanced?token=ep3IRURLnT)](https://codecov.io/gh/ShogunPanda/fastify-http-errors-enhanced)
77

88
A error handling plugin for Fastify that uses enhanced HTTP errors.
99

types/handlers.d.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

types/index.d.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

types/interfaces.d.ts

Lines changed: 0 additions & 32 deletions
This file was deleted.

types/utils.d.ts

Lines changed: 0 additions & 2 deletions
This file was deleted.

types/validation.d.ts

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)