Skip to content

Commit 48ac769

Browse files
🤖 docs(README.md): Replace david-dm dependencies badge by libraries.io.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/a40f4dd29587f2c7f4c7821b7263b79996434a5e/src/transforms/readme:dependencies-badge-david-to-librariesio.js Please contact the author of the transform if you believe there was an error.
1 parent d9aaed5 commit 48ac769

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ implication( negation( lt( 7 ) ) , gt( 5 ) )( ... ) ; // true
1212
[![License](https://img.shields.io/github/license/functional-abstraction/predicate.svg)](https://raw.githubusercontent.com/functional-abstraction/predicate/main/LICENSE)
1313
[![Version](https://img.shields.io/npm/v/@functional-abstraction/predicate.svg)](https://www.npmjs.org/package/@functional-abstraction/predicate)
1414
[![Tests](https://img.shields.io/github/workflow/status/functional-abstraction/predicate/ci:test?event=push&label=tests)](https://github.com/functional-abstraction/predicate/actions/workflows/ci:test.yml?query=branch:main)
15-
[![Dependencies](https://img.shields.io/david/functional-abstraction/predicate.svg)](https://david-dm.org/functional-abstraction/predicate)
16-
[![Dev dependencies](https://img.shields.io/david/dev/functional-abstraction/predicate.svg)](https://david-dm.org/functional-abstraction/predicate?type=dev)
15+
[![Dependencies](https://img.shields.io/librariesio/github/functional-abstraction/predicate.svg)](https://github.com/functional-abstraction/predicate/network/dependencies)
1716
[![GitHub issues](https://img.shields.io/github/issues/functional-abstraction/predicate.svg)](https://github.com/functional-abstraction/predicate/issues)
1817
[![Downloads](https://img.shields.io/npm/dm/@functional-abstraction/predicate.svg)](https://www.npmjs.org/package/@functional-abstraction/predicate)
1918

0 commit comments

Comments
 (0)