Skip to content

Commit 877c258

Browse files
authored
fix: Typo in Python import name (#23)
Import name was supposed to be `cloudsnorkel.cdk_turbo_layers` and not `cloudsnorkel.cdk_turbo-layers` which is very hard to import. Fix #22
1 parent c65f129 commit 877c258

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.projenrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
2424
releaseToNpm: true,
2525
publishToPypi: {
2626
distName: 'cloudsnorkel.cdk-turbo-layers',
27-
module: 'cloudsnorkel.cdk_turbo-layers',
27+
module: 'cloudsnorkel.cdk_turbo_layers',
2828
},
2929
publishToGo: {
3030
moduleName: 'github.com/CloudSnorkel/cdk-turbo-layers-go',

package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)