Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Commit f81fa33

Browse files
committed
fix(docs): Remove broken npm dependencies badge
1 parent 87b732c commit f81fa33

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1717
- chore: Run tests also in NodeJs 17 in pipelines. Remove tests execution using NodeJs 15
1818
- chore: Update devDependencies
1919

20+
### Fixed
21+
- docs: Remove broken npm dependencies badge
22+
2023
## [2.1.0] - 2021-02-17
2124

2225
### Added

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Build status][build-image]][build-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Quality Gate][quality-gate-image]][quality-gate-url]
22

3-
[![NPM dependencies][npm-dependencies-image]][npm-dependencies-url] [![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com) [![Last commit][last-commit-image]][last-commit-url] [![Last release][release-image]][release-url]
3+
[![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com) [![Last commit][last-commit-image]][last-commit-url] [![Last release][release-image]][release-url]
44

55
[![NPM downloads][npm-downloads-image]][npm-downloads-url] [![License][license-image]][license-url]
66

@@ -34,8 +34,6 @@ Please read the [contributing guidelines](.github/CONTRIBUTING.md) and [code of
3434
[license-url]: https://github.com/mocks-server/admin-api-paths/blob/master/LICENSE
3535
[npm-downloads-image]: https://img.shields.io/npm/dm/@mocks-server/admin-api-paths.svg
3636
[npm-downloads-url]: https://www.npmjs.com/package/@mocks-server/admin-api-paths
37-
[npm-dependencies-image]: https://img.shields.io/david/mocks-server/admin-api-paths.svg
38-
[npm-dependencies-url]: https://david-dm.org/mocks-server/admin-api-paths
3937
[quality-gate-image]: https://sonarcloud.io/api/project_badges/measure?project=mocks-server_admin-api-paths&metric=alert_status
4038
[quality-gate-url]: https://sonarcloud.io/dashboard?id=mocks-server_admin-api-paths
4139
[release-image]: https://img.shields.io/github/release-date/mocks-server/admin-api-paths.svg

0 commit comments

Comments
 (0)