Skip to content

Commit

Permalink
feat: rename package organization
Browse files Browse the repository at this point in the history
  • Loading branch information
yicr committed Apr 24, 2024
1 parent fb0ac6f commit d8c63af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ const project = new awscdk.AwsCdkConstructLibrary({
typescriptVersion: '5.2.x',
jsiiVersion: '5.2.x',
defaultReleaseBranch: 'main',
name: '@gammarer/aws-secure-vpc-bucket',
name: '@gammarers/aws-secure-vpc-bucket',
description: 'Access from specific VPC Endpoint only Bucket',
keywords: ['aws', 'cdk', 'aws-cdk', 's3', 'bucket', 'vpc', 'endpoint', 'vpce'],
projenrcTs: true,
repositoryUrl: 'https://github.com/gammarer/aws-secure-vpc-bucket.git',
repositoryUrl: 'https://github.com/gammarers/aws-secure-vpc-bucket.git',
majorVersion: 1,
npmAccess: javascript.NpmAccess.PUBLIC,
deps: [
Expand Down
4 changes: 2 additions & 2 deletions package.json

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

0 comments on commit d8c63af

Please sign in to comment.