Skip to content

Commit

Permalink
fix: remove daviddm link [skip ci] (#105)
Browse files Browse the repository at this point in the history
* fix: remove daviddm link [skip ci]

* fix test
  • Loading branch information
klu909 authored Nov 24, 2020
1 parent b6713b0 commit 003d76b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ npm-debug.log
config/local.*
.nyc_output
package-lock.json

store-data/
.idea/
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Artifact Store
[![Version][npm-image]][npm-url] [![Pulls][docker-pulls]][docker-url] [![Stars][docker-stars]][docker-url] [![Build Status][status-image]][status-url] [![Open Issues][issues-image]][issues-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Vulnerabilities][vul-image]][vul-url] ![License][license-image]
[![Version][npm-image]][npm-url] [![Pulls][docker-pulls]][docker-url] [![Stars][docker-stars]][docker-url] [![Build Status][status-image]][status-url] [![Open Issues][issues-image]][issues-url] [![Vulnerabilities][vul-image]][vul-url] ![License][license-image]

> Pluggable Artifact Store (for logs, shared steps, templates, etc).
Expand Down Expand Up @@ -95,5 +95,3 @@ Code licensed under the BSD 3-Clause license. See LICENSE file for terms.
[issues-url]: https://github.com/screwdriver-cd/screwdriver/issues
[status-image]: https://cd.screwdriver.cd/pipelines/24/badge
[status-url]: https://cd.screwdriver.cd/pipelines/24
[daviddm-image]: https://david-dm.org/screwdriver-cd/store.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/screwdriver-cd/store
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"cheerio": "^1.0.0-rc.3",
"config": "^1.30.0",
"hapi-auth-jwt2": "^10.1.0",
"hapi-swagger": "^13.0.2",
"hapi-swagger": "^14.0.0",
"joi": "^17.2.0",
"mime-types": "^2.1.25",
"request": "^2.88.0",
Expand Down

0 comments on commit 003d76b

Please sign in to comment.