Skip to content
Snippets Groups Projects
Commit 2fe68603 authored by Marcel Amirault's avatar Marcel Amirault Committed by David Fernandez
Browse files

Update NPM to npm in graphql description

parent 245fd491
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -5,7 +5,7 @@ module Packages
class PackageTypeEnum < BaseEnum
PACKAGE_TYPE_NAMES = {
pypi: 'PyPI',
npm: 'NPM'
npm: 'npm'
}.freeze
 
::Packages::Package.package_types.keys.each do |package_type|
Loading
Loading
Loading
Loading
@@ -18179,7 +18179,7 @@ enum PackageTypeEnum {
MAVEN
 
"""
Packages from the NPM package manager
Packages from the npm package manager
"""
NPM
 
Loading
Loading
Loading
Loading
@@ -53370,7 +53370,7 @@
},
{
"name": "NPM",
"description": "Packages from the NPM package manager",
"description": "Packages from the npm package manager",
"isDeprecated": false,
"deprecationReason": null
},
Loading
Loading
@@ -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 |
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment