Skip to content

Commit

Permalink
fix: removed unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
waynegibson committed Oct 4, 2021
1 parent 9b2d354 commit 24d8974
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ const RELEASE_STATUS = true;
const RELEASE_BRANCH = 'main';
const PRE_RELEASE = '';
const MAYOR_VERSION = 1;
// const MIN_NODE_VERSION = '14.15.0';
const RELEASE_TO_NPM = true;
const AWS_CDK_VERSION = '1.125.0';

Expand Down Expand Up @@ -34,8 +33,6 @@ const project = new AwsCdkConstructLibrary({
license: 'MIT',
copyrightOwner: 'Spacecomx LLC',

// minNodeVersion: MIN_NODE_VERSION,

cdkVersion: AWS_CDK_VERSION,
cdkDependencies: [
'@aws-cdk/core',
Expand Down

0 comments on commit 24d8974

Please sign in to comment.