-
Notifications
You must be signed in to change notification settings - Fork 366
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Adam Setch <[email protected]>
- Loading branch information
Showing
5 changed files
with
64 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
} | ||
|
||
.myarrow:before { | ||
content: ''; | ||
content: ""; | ||
height: 0; | ||
width: 0; | ||
border-width: 0 8px 12px 8px; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,10 +6,7 @@ | |
"url": "https://github.com/maxogden/menubar/issues" | ||
}, | ||
"description": "high level way to create menubar desktop applications with electron", | ||
"files": [ | ||
"/assets", | ||
"/lib" | ||
], | ||
"files": ["/assets", "/lib"], | ||
"homepage": "https://github.com/maxogden/menubar", | ||
"keywords": [ | ||
"electron", | ||
|
@@ -46,9 +43,9 @@ | |
"electron-positioner": "^4.1.0" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "^1.8.2", | ||
"@biomejs/biome": "^1.9.3", | ||
"@types/jest": "^25.2.3", | ||
"electron": "^31.0.2", | ||
"electron": "^32.1.2", | ||
"jest": "^26.0.1", | ||
"rimraf": "^3.0.2", | ||
"standard-version": "^8.0.0", | ||
|
@@ -59,7 +56,7 @@ | |
"typescript": "^4.6.2" | ||
}, | ||
"peerDependencies": { | ||
"electron": ">=9.0.0 <32.0.0" | ||
"electron": ">=9.0.0 <33.0.0" | ||
}, | ||
"packageManager": "[email protected].19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447" | ||
"packageManager": "[email protected].22" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters