Skip to content
Snippets Groups Projects
Unverified Commit be43f68a authored by Pierre-Yves Bigourdan's avatar Pierre-Yves Bigourdan Committed by GitHub
Browse files

Remove unused parameters in [Chocolatey Resharper PowershellGallery] (#10345)

parent 9d31aa05
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,4 @@ export default createServiceFamily({
apiBaseUrl: 'https://community.chocolatey.org/api/v2',
title: 'Chocolatey',
examplePackageName: 'git',
exampleVersion: '2.19.2',
examplePrereleaseVersion: '2.19.2',
exampleDownloadCount: 2.2e6,
})
......@@ -90,9 +90,6 @@ function createServiceFamily({
serviceBaseUrl,
apiBaseUrl,
examplePackageName,
exampleVersion,
examplePrereleaseVersion,
exampleDownloadCount,
}) {
class NugetVersionService extends BaseXmlService {
static name = `${name}Version`
......
......@@ -18,9 +18,6 @@ const {
apiBaseUrl,
title: 'PowerShell Gallery',
examplePackageName: 'Azure.Storage',
exampleVersion: '4.4.0',
examplePrereleaseVersion: '4.4.1-preview',
exampleDownloadCount: 1.2e7,
})
class PowershellGalleryPlatformSupport extends BaseXmlService {
......
......@@ -7,7 +7,4 @@ export default createServiceFamily({
apiBaseUrl: 'https://resharper-plugins.jetbrains.com/api/v2',
title: 'JetBrains ReSharper plugins',
examplePackageName: 'StyleCop.StyleCop',
exampleVersion: '2017.2.0',
examplePrereleaseVersion: '2017.3.0-pre0001',
exampleDownloadCount: 9e4,
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment