diff --git a/.projenrc.js b/.projenrc.js index 4e1db71..0958631 100644 --- a/.projenrc.js +++ b/.projenrc.js @@ -1,15 +1,9 @@ const { clickupCdk } = require('@time-loop/clickup-projen'); const project = new clickupCdk.ClickUpCdkConstructLibrary({ - author: 'Andrew Hammond', - authorAddress: '445764+ahammond@users.noreply.github.com', + 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(); diff --git a/package.json b/package.json index 9fafd59..1ce3710 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@time-loop/cdk-documentdb", "repository": { "type": "git", - "url": "https://github.com/445764+ahammond/cdk-documentdb.git" + "url": "https://github.com/time-loop/cdk-documentdb.git" }, "scripts": { "build": "npx projen build", @@ -30,8 +30,8 @@ "projen": "npx projen" }, "author": { - "name": "Andrew Hammond", - "email": "445764+ahammond@users.noreply.github.com", + "name": "DevOps Team", + "email": "devops@clickup.com", "organization": true }, "devDependencies": {