Skip to content

Commit 9d6572d

Browse files
📚 docs(README): Add bundlephobia badge.
1 parent e390647 commit 9d6572d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ let heap = new FibonacciHeap( increasing ) ;
2727
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-fibonacci-heap/main.svg)](https://codecov.io/gh/aureooms/js-fibonacci-heap)
2828
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-fibonacci-heap.svg)](https://codeclimate.com/github/aureooms/js-fibonacci-heap/trends/technical_debt)
2929
[![Documentation](https://aureooms.github.io/js-fibonacci-heap/badge.svg)](https://aureooms.github.io/js-fibonacci-heap/source.html)
30+
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-fibonacci-heap)](https://bundlephobia.com/result?p=@aureooms/js-fibonacci-heap)
3031

3132

3233
## :scroll: References

0 commit comments

Comments
 (0)