Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/tj-actions/changed…
Browse files Browse the repository at this point in the history
…-files-45.0.4
  • Loading branch information
mergify[bot] authored Nov 14, 2024
2 parents 281f557 + d5c0aa2 commit 9ccb1ba
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 Down
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 9ccb1ba

Please sign in to comment.