Skip to content

Commit

Permalink
remove source-map-support
Browse files Browse the repository at this point in the history
  • Loading branch information
watany-dev committed Jul 10, 2024
1 parent 7cd0f65 commit 02a2ddf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env node
import 'source-map-support/register';
import * as cdk from 'aws-cdk-lib';
import { %name.PascalCased%Stack } from '../lib/%name%-stack';

Expand All @@ -18,4 +17,4 @@ new %name.PascalCased%Stack(app, '%stackname%', {
// env: { account: '123456789012', region: 'us-east-1' },

/* For more information, see https://docs.aws.amazon.com/cdk/latest/guide/environments.html */
});
});
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
},
"dependencies": {
"aws-cdk-lib": "%cdk-version%",
"constructs": "%constructs-version%",
"source-map-support": "^0.5.21"
"constructs": "%constructs-version%"
}
}

0 comments on commit 02a2ddf

Please sign in to comment.