Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Commit

Permalink
fix: cleanup author etc (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahammond authored Jul 28, 2022
1 parent 4058f1b commit 5c246f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
10 changes: 2 additions & 8 deletions .projenrc.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
const { clickupCdk } = require('@time-loop/clickup-projen');
const project = new clickupCdk.ClickUpCdkConstructLibrary({
author: 'Andrew Hammond',
authorAddress: '[email protected]',
name: '@time-loop/cdk-documentdb',
author: 'DevOps Team',
cdkVersion: '2.1.0',
defaultReleaseBranch: 'main',
devDeps: ['@time-loop/clickup-projen'],
name: 'cdk-documentdb',
repositoryUrl: 'https://github.com/445764+ahammond/cdk-documentdb.git',

// deps: [], /* Runtime dependencies of this module. */
// description: undefined, /* The description is just a string that helps people understand the purpose of the package. */
// packageName: undefined, /* The "name" in package.json. */
});
project.synth();
6 changes: 3 additions & 3 deletions package.json

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

0 comments on commit 5c246f8

Please sign in to comment.