Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pages/api/david.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Please refer to [https://github.com/alanshaw/david](https://github.com/alanshaw/
export default createBadgenHandler({
title: 'David DM',
examples: {
'/david/dep/zeit/pkg': 'dependencies',
'/david/dev/zeit/pkg': 'dev dependencies',
'/david/dep/babel/babel': 'dependencies',
'/david/dev/babel/babel': 'dev dependencies',
'/david/peer/epoberezkin/ajv-keywords': 'peer dependencies',
'/david/optional/epoberezkin/ajv-keywords': 'optional dependencies',
'/david/dep/babel/babel/packages/babel-cli': 'dependencies (sub path)',
Expand Down
2 changes: 1 addition & 1 deletion pages/api/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default createBadgenHandler({
'/github/open-issues/micromatch/micromatch': 'open issues',
'/github/closed-issues/micromatch/micromatch': 'closed issues',
'/github/label-issues/nodejs/node/ES%20Modules': 'issues by label',
'/github/label-issues/atom/atom/help-wanted/open': 'open issues by label',
'/github/label-issues/nodejs/node/help%20wanted/open': 'open issues by label',
'/github/label-issues/rust-lang/rust/B-RFC-approved/closed': 'closed issues by label',
'/github/prs/micromatch/micromatch': 'PRs',
'/github/open-prs/micromatch/micromatch': 'open PRs',
Expand Down
8 changes: 4 additions & 4 deletions public/badges.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
- [open issues](https://badgen.net/github/open-issues/micromatch/micromatch)
- [closed issues](https://badgen.net/github/closed-issues/micromatch/micromatch)
- [issues by label](https://badgen.net/github/label-issues/nodejs/node/ES%20Modules)
- [open issues by label](https://badgen.net/github/label-issues/atom/atom/help-wanted/open)
- [open issues by label](https://badgen.net/github/label-issues/nodejs/node/help%20wanted/open)
- [closed issues by label](https://badgen.net/github/label-issues/rust-lang/rust/B-RFC-approved/closed)
- [PRs](https://badgen.net/github/prs/micromatch/micromatch)
- [open PRs](https://badgen.net/github/open-prs/micromatch/micromatch)
Expand Down Expand Up @@ -521,10 +521,10 @@ https://runkit.io/amio/cal-badge/branches/master/Asia/Shanghai
- [version](https://badgen.net/homebrew/v/cake)
- [monthly downloads](https://badgen.net/homebrew/dm/fish)
- [yearly downloads](https://badgen.net/homebrew/dy/fish)
- [version](https://badgen.net/homebrew/cask/v/atom)
- [version](https://badgen.net/homebrew/cask/v/visual-studio-code)
- [version](https://badgen.net/homebrew/cask/v/whichspace)
- [monthly downloads](https://badgen.net/homebrew/cask/dm/atom)
- [yearly downloads](https://badgen.net/homebrew/cask/dy/atom)
- [monthly downloads](https://badgen.net/homebrew/cask/dm/visual-studio-code)
- [yearly downloads](https://badgen.net/homebrew/cask/dy/visual-studio-code)

## NuGet

Expand Down
Loading