Skip to content

Commit 2ea4bec

Browse files
author
Jason Long
committed
Remove electron-debug
1 parent f03a8fb commit 2ea4bec

File tree

3 files changed

+1
-68
lines changed

3 files changed

+1
-68
lines changed

main.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ const platform = require('os').platform()
33
const {menubar} = require('menubar')
44
const path = require('path')
55

6-
// Toggle with cmd + alt + i
7-
require('electron-debug')({showDevTools: true})
8-
96
const initialIcon = path.join(__dirname, 'img/png/blank.png')
107

118
const mb = menubar({

package-lock.json

Lines changed: 0 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mater",
3-
"version": "1.0.6",
3+
"version": "1.0.7-canary.1",
44
"description": "A Pomodoro menubar app",
55
"main": "main.js",
66
"scripts": {
@@ -37,7 +37,6 @@
3737
"devDependencies": {
3838
"devtron": "^1.4.0",
3939
"electron": "^10.1.5",
40-
"electron-debug": "^3.1.0",
4140
"electron-osx-sign": "^0.5.0",
4241
"electron-packager": "^15.1.0",
4342
"npm-run-all": "^4.1.5",

0 commit comments

Comments
 (0)