Skip to content

Commit d80ab86

Browse files
committed
Fix package,json bin
1 parent b4be1e6 commit d80ab86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"main": "./dist/src/entrypoint.api.js",
1919
"types": "dist/src/entrypoint.api.d.ts",
2020
"bin": {
21-
"backport": "./bin/backport"
21+
"backport": "bin/backport"
2222
},
2323
"license": "Apache-2.0",
2424
"scripts": {

0 commit comments

Comments
 (0)