Skip to content

Commit

Permalink
Merge pull request #342 from jasonlong/dependabot/npm_and_yarn/xo-0.60.0
Browse files Browse the repository at this point in the history
Bump xo from 0.59.3 to 0.60.0
  • Loading branch information
jasonlong authored Dec 11, 2024
2 parents 29dc06f + 8e59fd5 commit fef89bb
Show file tree
Hide file tree
Showing 3 changed files with 1,532 additions and 1,194 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const mb = menubar({
})

// Make menubar accessible to the renderer
global.sharedObject = {mb}
globalThis.sharedObject = {mb}

mb.on('ready', () => {
console.log('app is ready')
Expand Down
Loading

0 comments on commit fef89bb

Please sign in to comment.