We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 968528b commit 98e88a1Copy full SHA for 98e88a1
1 file changed
packages/transloadit/package.json
@@ -75,5 +75,7 @@
75
"dist",
76
"src"
77
],
78
- "bin": "./dist/cli.js"
+ "bin": {
79
+ "transloadit": "./dist/cli.js"
80
+ }
81
}
0 commit comments