We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91fd778 commit 1447081Copy full SHA for 1447081
package.json
@@ -2,7 +2,9 @@
2
"name": "@electron/typescript-definitions",
3
"version": "0.0.0-development",
4
"description": "Automatically generated TypeScript definitions files for the Electron API",
5
- "bin": "dist/bin.js",
+ "bin": {
6
+ "electron-typescript-definitions": "dist/bin.js"
7
+ },
8
"main": "dist/index.js",
9
"scripts": {
10
"build": "tsc",
0 commit comments