Skip to content

Commit

Permalink
david currently does not support branches (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
dword-design committed Apr 14, 2021
1 parent 1570f20 commit 5d8adc6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/shields-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,18 @@ module.exports = {
path: 'david/{repo}',
link: 'https://david-dm.org/{repo}',
branchLink: 'https://david-dm.org/{repo}/{branch}',
hasBranchVersion: true,
},
devdeps: {
text: 'devDependency status',
path: 'david/dev/{repo}',
link: 'https://david-dm.org/{repo}#info=devDependencies',
branchLink: 'https://david-dm.org/{repo}/{branch}#info=devDependencies',
hasBranchVersion: true,
},
peerdeps: {
text: 'peerDependency status',
path: 'david/peer/{repo}',
link: 'https://david-dm.org/{repo}#info=peerDependencies',
branchLink: 'https://david-dm.org/{repo}/{branch}#info=peerDependencies',
hasBranchVersion: true,
},
gemnasium: {
text: 'Gemnasium',
Expand Down

0 comments on commit 5d8adc6

Please sign in to comment.