Commit 2fe68603 authored by Marcel Amirault's avatar Marcel Amirault Committed by David Fernandez

Update NPM to npm in graphql description

parent 245fd491
......@@ -5,7 +5,7 @@ module Types
class PackageTypeEnum < BaseEnum
PACKAGE_TYPE_NAMES = {
pypi: 'PyPI',
npm: 'NPM'
npm: 'npm'
}.freeze
::Packages::Package.package_types.keys.each do |package_type|
......
......@@ -18179,7 +18179,7 @@ enum PackageTypeEnum {
MAVEN
"""
Packages from the NPM package manager
Packages from the npm package manager
"""
NPM
......
......@@ -53370,7 +53370,7 @@
},
{
"name": "NPM",
"description": "Packages from the NPM package manager",
"description": "Packages from the npm package manager",
"isDeprecated": false,
"deprecationReason": null
},
......@@ -5203,7 +5203,7 @@ Rotation length unit of an on-call rotation.
| `GENERIC` | Packages from the Generic package manager |
| `GOLANG` | Packages from the Golang package manager |
| `MAVEN` | Packages from the Maven package manager |
| `NPM` | Packages from the NPM package manager |
| `NPM` | Packages from the npm package manager |
| `NUGET` | Packages from the Nuget package manager |
| `PYPI` | Packages from the PyPI package manager |
| `RUBYGEMS` | Packages from the Rubygems package manager |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment