preload is removed
This commit is contained in:
parent
79b0bd78d5
commit
9222db21e7
3638
package-lock.json
generated
Normal file
3638
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
|
@ -24,7 +24,6 @@
|
||||||
"fs-extra": "^9.0.1",
|
"fs-extra": "^9.0.1",
|
||||||
"gts": "^3.0.2",
|
"gts": "^3.0.2",
|
||||||
"husky": "^4.3.0",
|
"husky": "^4.3.0",
|
||||||
"notification-electron": "file:pack/notification-electron-0.0.1.tgz",
|
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"ts-node": "^9.0.0",
|
"ts-node": "^9.0.0",
|
||||||
|
|
|
@ -11,7 +11,6 @@ import {
|
||||||
export interface Template {
|
export interface Template {
|
||||||
filePath?: string;
|
filePath?: string;
|
||||||
html?: string;
|
html?: string;
|
||||||
preload?: string;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface DefaultOptions {
|
export interface DefaultOptions {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user