Skip to content

Commit cd5ccc8

Browse files
authored
Update formatting for package.json bin as per yarn (#819)
1 parent 3bcb340 commit cd5ccc8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@
2727
],
2828
"main": "dist/cli.js",
2929
"types": "dist/cli.d.ts",
30-
"bin": {
31-
"aws-sdk-js-codemod": "bin/aws-sdk-js-codemod"
32-
},
30+
"bin": "bin/aws-sdk-js-codemod",
3331
"repository": {
3432
"type": "git",
3533
"url": "git+https://github.com/aws/aws-sdk-js-codemod.git"

0 commit comments

Comments
 (0)