Skip to content

Commit

Permalink
add cdk to keywords again
Browse files Browse the repository at this point in the history
  • Loading branch information
baartch committed Feb 17, 2022
1 parent 59d223f commit e272e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
bundledDeps: [
'esbuild',
],
keywords: ['aws', 'cdkv2', 'iot', 'wireless', 'lorawan', 'lambda', 'gateway'],
keywords: ['aws', 'cdk', 'cdkv2', 'iot', 'wireless', 'lorawan', 'lambda', 'gateway'],

// deps: [], /* Runtime dependencies of this module. */
// description: undefined, /* The description is just a string that helps people understand the purpose of the package. */
Expand Down

0 comments on commit e272e8b

Please sign in to comment.