Skip to content

Commit 760f518

Browse files
cohalzrix0rrr
authored andcommitted
fix(cdk-dasm): fix bin for cdk-dasm (#2383)
1 parent 1642925 commit 760f518

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/cdk-dasm/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"url": "https://github.com/awslabs/aws-cdk.git"
1010
},
1111
"bin": {
12-
"decdk": "bin/cdk-dasm"
12+
"cdk-dasm": "bin/cdk-dasm"
1313
},
1414
"scripts": {
1515
"build": "tsc && chmod +x bin/cdk-dasm",
@@ -40,4 +40,4 @@
4040
"engines": {
4141
"node": ">= 8.10.0"
4242
}
43-
}
43+
}

0 commit comments

Comments
 (0)