Skip to content

Commit

Permalink
[npm] reduce amount of examples
Browse files Browse the repository at this point in the history
  • Loading branch information
iamstarkov committed Nov 19, 2017
1 parent 5a54d3a commit 733c65b
Showing 1 changed file with 10 additions and 45 deletions.
55 changes: 10 additions & 45 deletions lib/all-badge-examples.js
Original file line number Diff line number Diff line change
Expand Up @@ -641,36 +641,22 @@ const allBadgeExamples = [
]
},
{
title: 'npm (scoped with tag)',
previewUri: '/npm/v/@cycle/core/canary.svg',
keywords: [
'node'
]
},
{
title: 'custom registry :: npm',
previewUri: '/npm/https/registry.npm.taobao.org/v/npm.svg',
title: 'npm (custom registry)',
previewUri: '/npm/v/npm.svg?registry_uri=https://registry.npm.taobao.org',
keywords: [
'node'
]
},
{
title: 'custom registry :: npm (scoped)',
previewUri: '/npm/https/registry.npm.taobao.org/v/@cycle/core.svg',
keywords: [
'node'
]
},
{
title: 'custom registry :: npm (tag)',
previewUri: '/npm/https/registry.npm.taobao.org/v/npm/next.svg',
title: 'npm (scoped with tag)',
previewUri: '/npm/v/@cycle/core/canary.svg',
keywords: [
'node'
]
},
{
title: 'custom registry :: npm (scoped with tag)',
previewUri: '/npm/https/registry.npm.taobao.org/v/@cycle/core/canary.svg',
title: 'npm (scoped with tag, custom registry)',
previewUri: '/npm/v/@cycle/core/canary.svg?registry_uri=https://registry.npm.taobao.org',
keywords: [
'node'
]
Expand Down Expand Up @@ -704,29 +690,8 @@ const allBadgeExamples = [
]
},
{
title: 'custom registry :: node',
previewUri: '/node/https/registry.npm.taobao.org/v/passport.svg',
keywords: [
'node'
]
},
{
title: 'custom registry :: node (scoped)',
previewUri: '/node/https/registry.npm.taobao.org/v/@stdlib/stdlib.svg',
keywords: [
'node'
]
},
{
title: 'custom registry :: node (tag)',
previewUri: '/node/https/registry.npm.taobao.org/v/passport/latest.svg',
keywords: [
'node'
]
},
{
title: 'custom registry :: node (scoped with tag)',
previewUri: '/node/https/registry.npm.taobao.org/v/@stdlib/stdlib/latest.svg',
title: 'node (scoped with tag, custom registry)',
previewUri: '/node/v/@stdlib/stdlib/latest.svg?registry_uri=https://registry.npm.taobao.org',
keywords: [
'node'
]
Expand Down Expand Up @@ -1173,8 +1138,8 @@ const allBadgeExamples = [
]
},
{
title: 'custom registry :: npm',
previewUri: '/npm/https/registry.npm.taobao.org/l/express.svg',
title: 'npm (custom registry)',
previewUri: '/npm/l/express.svg?registry_uri=https://registry.npm.taobao.org',
keywords: [
'node'
]
Expand Down

0 comments on commit 733c65b

Please sign in to comment.