Skip to content

Commit 7ed0f4c

Browse files
authored
Auto-correct errors in package.json (#818)
1 parent 715c854 commit 7ed0f4c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@
2727
],
2828
"main": "dist/cli.js",
2929
"types": "dist/cli.d.ts",
30-
"bin": "bin/aws-sdk-js-codemod",
30+
"bin": {
31+
"aws-sdk-js-codemod": "bin/aws-sdk-js-codemod"
32+
},
3133
"repository": {
3234
"type": "git",
33-
"url": "https://github.com/aws/aws-sdk-js-codemod.git"
35+
"url": "git+https://github.com/aws/aws-sdk-js-codemod.git"
3436
},
3537
"scripts": {
3638
"build": "tsc",

0 commit comments

Comments
 (0)