electron-create-menu
Advanced tools
Comparing version 1.1.1 to 2.0.0
@@ -25,3 +25,3 @@ const { app, Menu } = require("electron"); | ||
hideOn: ["darwin"], | ||
submenu: [{ role: "about" }, { role: "quit" }] | ||
submenu: [{ role: "quit" }] | ||
}, | ||
@@ -74,2 +74,3 @@ { | ||
role: "help", | ||
showOn: ["darwin"], | ||
submenu: [] | ||
@@ -76,0 +77,0 @@ } |
{ | ||
"name": "electron-create-menu", | ||
"version": "1.1.1", | ||
"version": "2.0.0", | ||
"description": "provides a default menu for your electron applications, with convenience functions for multiplatform use and i18n.", | ||
@@ -16,2 +16,5 @@ "main": "index.js", | ||
"license": "ISC", | ||
"peerDependencies": { | ||
"electron": "> 2" | ||
}, | ||
"repository": { | ||
@@ -18,0 +21,0 @@ "type": "git", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8653
117
1