Skip to content

Commit

Permalink
Update src/javascript/node-package.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Rybicki <crybicki98@gmail.com>
  • Loading branch information
AminFazlMondo and Chriscbr authored Mar 29, 2022
1 parent 4bf606d commit 8ebb557
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/javascript/node-package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,14 +339,12 @@ export interface ScopedPackagesBaseOptions {
}

/**
* Options for scoped packages hosted on AWS Code artifacts
* Options for scoped packages
*/
export interface ScopedPackagesCodeArtifactOptions
export interface ScopedPackagesOptions
extends ScopedPackagesBaseOptions,
CodeArtifactOptions {}

export type ScopedPackagesOptions = ScopedPackagesCodeArtifactOptions;

export interface ParsedScopedPackagesOptions extends ScopedPackagesBaseOptions {
/**
* GitHub secret which contains the AWS access key ID to use when publishing packages to AWS CodeArtifact.
Expand Down

0 comments on commit 8ebb557

Please sign in to comment.