Skip to content

Commit

Permalink
fix(cdk-dasm): fix bin for cdk-dasm (#2383)
Browse files Browse the repository at this point in the history
  • Loading branch information
cohalz authored and rix0rrr committed Apr 26, 2019
1 parent 1642925 commit 760f518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cdk-dasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "https://github.com/awslabs/aws-cdk.git"
},
"bin": {
"decdk": "bin/cdk-dasm"
"cdk-dasm": "bin/cdk-dasm"
},
"scripts": {
"build": "tsc && chmod +x bin/cdk-dasm",
Expand Down Expand Up @@ -40,4 +40,4 @@
"engines": {
"node": ">= 8.10.0"
}
}
}

0 comments on commit 760f518

Please sign in to comment.