Skip to content

Commit b517b48

Browse files
authored
Merge pull request #1005 from brettcannon/fix-PyPI-capitalization
Fix the capitalization of "PyPI"
2 parents 724a3ce + 7ffab63 commit b517b48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/utils/utils.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ const types = [
113113
{ value: 'maven', label: 'Maven', provider: 'mavencentral' },
114114
{ value: 'npm', label: 'Npm', provider: 'npmjs' },
115115
{ value: 'nuget', label: 'NuGet', provider: 'nuget' },
116-
{ value: 'pypi', label: 'PyPi', provider: 'pypi' },
116+
{ value: 'pypi', label: 'PyPI', provider: 'pypi' },
117117
{ value: 'gem', label: 'Gem', provider: 'rubygems' },
118118
{ value: 'sourcearchive', label: 'SourceArchive' },
119119
{ value: 'deb', label: 'Deb', provider: 'debian' },
@@ -125,7 +125,7 @@ const providers = [
125125
{ value: 'github', label: 'GitHub', image: gitImage, type: 'git' },
126126
{ value: 'mavencentral', label: 'MavenCentral', image: mavenImage, type: 'maven' },
127127
{ value: 'nuget', label: 'NuGet', image: nugetImage, type: 'nuget' },
128-
{ value: 'pypi', label: 'PyPi', image: pypiImage, type: 'pypi' },
128+
{ value: 'pypi', label: 'PyPI', image: pypiImage, type: 'pypi' },
129129
{ value: 'rubygems', label: 'RubyGems', image: gemImage, type: 'gem' },
130130
{ value: 'cocoapods', label: 'CocoaPods', image: podImage, type: 'pod' },
131131
{ value: 'cratesio', label: 'Crates.io', image: crateImage, type: 'crate' },

0 commit comments

Comments
 (0)