Skip to content

Commit

Permalink
chore: Adding better search terms (#76)
Browse files Browse the repository at this point in the history
* Adding more search terms and removing Experimental from description. Updating dependencies

* Removing extra space
  • Loading branch information
durkinza authored Nov 9, 2023
1 parent 849831a commit 0b1da57
Show file tree
Hide file tree
Showing 3 changed files with 505 additions and 292 deletions.
7 changes: 6 additions & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
defaultReleaseBranch: 'main',
dependabot: true,
deps: ['aws-cdk-lib'], /* Runtime dependencies of this module. */
description: 'Experimental L2 constructs for the aws-networkfirewall', /* The description is just a string that helps people understand the purpose of the package. */
description: 'AWS CDK L2 constructs for the AWS Network Firewall (AWS::NetworkFirewall)', /* The description is just a string that helps people understand the purpose of the package. */
devDeps: [
'@mountainpass/cool-bits-for-projen',
'@types/jest',
Expand Down Expand Up @@ -45,6 +45,11 @@ const project = new awscdk.AwsCdkConstructLibrary({
'networkfirewall',
'aws',
'awscdk',
'L2',
'Network',
'Firewall',
'Logging',
'Security',
],
license: 'Apache-2.0',
name: '@durkinza/cdk-networkfirewall-l2',
Expand Down
7 changes: 6 additions & 1 deletion package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0b1da57

Please sign in to comment.