Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4d98a21

Browse files
committedMar 26, 2024·
Update formatting for package.json bin as per yarn
1 parent 3bcb340 commit 4d98a21

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎package.json

+1-3
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)