mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
add electron.d.ts file and reference in package.json
This commit is contained in:
4579
npm/electron.d.ts
vendored
Normal file
4579
npm/electron.d.ts
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@@ -13,6 +13,7 @@
|
||||
"electron": "cli.js"
|
||||
},
|
||||
"main": "index.js",
|
||||
"types": "electron.d.ts",
|
||||
"dependencies": {
|
||||
"extract-zip": "^1.0.3",
|
||||
"electron-download": "^3.0.1"
|
||||
@@ -31,4 +32,4 @@
|
||||
"keywords": [
|
||||
"electron"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user