Skip to content

Commit

Permalink
Remove electron-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Long committed Nov 15, 2020
1 parent f03a8fb commit 2ea4bec
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 68 deletions.
3 changes: 0 additions & 3 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ const platform = require('os').platform()
const {menubar} = require('menubar')
const path = require('path')

// Toggle with cmd + alt + i
require('electron-debug')({showDevTools: true})

const initialIcon = path.join(__dirname, 'img/png/blank.png')

const mb = menubar({
Expand Down
63 changes: 0 additions & 63 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mater",
"version": "1.0.6",
"version": "1.0.7-canary.1",
"description": "A Pomodoro menubar app",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -37,7 +37,6 @@
"devDependencies": {
"devtron": "^1.4.0",
"electron": "^10.1.5",
"electron-debug": "^3.1.0",
"electron-osx-sign": "^0.5.0",
"electron-packager": "^15.1.0",
"npm-run-all": "^4.1.5",
Expand Down

0 comments on commit 2ea4bec

Please sign in to comment.