Skip to content

Commit 1447081

Browse files
fix: ensure the bin path is correct
1 parent 91fd778 commit 1447081

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "@electron/typescript-definitions",
33
"version": "0.0.0-development",
44
"description": "Automatically generated TypeScript definitions files for the Electron API",
5-
"bin": "dist/bin.js",
5+
"bin": {
6+
"electron-typescript-definitions": "dist/bin.js"
7+
},
68
"main": "dist/index.js",
79
"scripts": {
810
"build": "tsc",

0 commit comments

Comments
 (0)