Skip to content

Commit

Permalink
Merge pull request #35 from yicr/feature/change-package-name
Browse files Browse the repository at this point in the history
feat: feature / change package name
  • Loading branch information
yicr authored Apr 6, 2023
2 parents 6ab99e1 + 4a366ec commit bb4dffd
Show file tree
Hide file tree
Showing 4 changed files with 184 additions and 183 deletions.
5 changes: 3 additions & 2 deletions .projenrc.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
import { awscdk, javascript } from 'projen';

const project = new awscdk.AwsCdkConstructLibrary({
author: 'yicr',
authorAddress: 'yicr@users.noreply.github.com',
cdkVersion: '2.61.0',
defaultReleaseBranch: 'main',
name: '@yicr/secure-log-bucket',
name: '@yicr/aws-secure-log-bucket',
description: 'secure multiple transition phases in a single lifecycle policy bucket.',
keywords: ['aws', 'cdk', 'aws-cdk', 's3', 'bucket', 'lifecycle', 'log'],
projenrcTs: true,
repositoryUrl: 'https://github.com/yicr/secure-log-bucket.git',
repositoryUrl: 'https://github.com/yicr/aws-secure-log-bucket.git',
deps: [
'@yicr/secure-bucket',
],
Expand Down
Loading

0 comments on commit bb4dffd

Please sign in to comment.