Skip to content

Commit

Permalink
add assertions-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Niranjan Jayakar committed Oct 12, 2021
1 parent 53d4808 commit 1882e28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/@aws-cdk/pkglint/lib/rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,7 @@ function cdkModuleName(name: string) {
'@aws-cdk/core': 'core',
'@aws-cdk/cdk': 'cdk',
'@aws-cdk/assertions': 'assertions',
'@aws-cdk/assertions-alpha': 'assertions-alpha',
};
/* eslint-disable @typescript-eslint/indent */
const mavenArtifactId =
Expand Down

0 comments on commit 1882e28

Please sign in to comment.