Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
peerDependencies: electron v16.0.0 added
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTorresDev committed Dec 18, 2021
1 parent 59981d6 commit 15f282f
Show file tree
Hide file tree
Showing 4 changed files with 591 additions and 499 deletions.
1 change: 1 addition & 0 deletions example/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ function createWindow() {
preload: path.join(__dirname, 'preload.js'),
enableRemoteModule: true,
nodeIntegration: true,
contextIsolation: false
}
})

Expand Down
46 changes: 24 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "custom-electron-titlebar",
"version": "3.2.9",
"version": "3.2.10",
"description": "Custom Electron Titlebar is a library for electron that allows you to configure a fully customizable title bar.",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -32,14 +32,14 @@
"build": "build"
},
"peerDependencies": {
"electron": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0"
"electron": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || 15.0.0 || 16.0.0",
"@types/node": "^17.0.0"
},
"dependencies": {
"@electron/remote": "^1.1.0",
"@types/node": "^17.0.0"
"@electron/remote": "^1.0.0"
},
"devDependencies": {
"electron": "^11.5.0",
"electron": "^13.6.3",
"typescript": "^4.2.3"
}
}
Loading

0 comments on commit 15f282f

Please sign in to comment.