Skip to content

Commit

Permalink
Fix broken deps badge by switching to shields.io
Browse files Browse the repository at this point in the history
cliffano committed Sep 27, 2024
1 parent ad10708 commit 355b39d
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -18,6 +18,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Change rimraf task bin path to node_modules/.bin/
- Modify coverage test binary to use local bin

### Fixed
- Fix broken deps badge by switching to shields.io

### Removed
- Remove CodeQL analysis GH workflow

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

[![Build Status](https://github.com/cliffano/bob/workflows/CI/badge.svg)](https://github.com/cliffano/bob/actions?query=workflow%3ACI)
[![Security Status](https://snyk.io/test/github/cliffano/bob/badge.svg)](https://snyk.io/test/github/cliffano/bob)
[![Dependencies Status](https://img.shields.io/david/cliffano/bob.svg)](http://david-dm.org/cliffano/bob)
[![Dependencies Status](https://img.shields.io/librariesio/release/npm/bob)](https://libraries.io/github/cliffano/bob)
[![Coverage Status](https://img.shields.io/coveralls/cliffano/bob.svg)](https://coveralls.io/r/cliffano/bob?branch=master)
[![Published Version](https://img.shields.io/npm/v/bob.svg)](http://www.npmjs.com/package/bob)
<br/>

0 comments on commit 355b39d

Please sign in to comment.