diff --git a/src/generator.ts b/src/generator.ts index 5292864..8de6bc9 100644 --- a/src/generator.ts +++ b/src/generator.ts @@ -101,7 +101,7 @@ export interface GeneratorOptions { /** * The provider to use for top-level (i.e. root package) installs if there's no context in the inputMap. This can be used to set the provider for a new import map. To use a specific provider for an install, rather than relying on context, register an override using the 'providers' option. * - * Supports: 'jspm.io' | 'jspm.io#system' | 'nodemodules' | 'skypack' | 'jsdelivr' | 'unpkg' | 'esm.sh'; + * Supports: 'jspm.io' | 'denoland' | 'nodemodules' | 'skypack' | 'jsdelivr' | 'unpkg' | 'esm.sh'; * * Providers are responsible for resolution from abstract package names and version ranges to exact URL locations. *