Skip to content

Commit a3ea888

Browse files
committed
Update devtools and electron
1 parent ec93f0e commit a3ea888

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
"@bret/truthy": "^1.0.1",
3737
"bl": "^1.2.1",
3838
"choo": "^6.0.0",
39-
"choo-devtools": "^1.5.0",
40-
"choo-log": "^7.2.1",
39+
"choo-devtools": "^2.1.0",
4140
"classnames": "^2.2.5",
4241
"content-addressable-blob-store": "^4.5.1",
4342
"csjs-inject": "^1.0.1",
@@ -80,7 +79,7 @@
8079
"common-shakeify": "^0.4.4",
8180
"concat-stream": "^1.6.0",
8281
"dependency-check": "^2.8.0",
83-
"electron": "1.7.8",
82+
"electron": "1.7.9",
8483
"electron-builder": "^19.45.5",
8584
"electron-renderify": "0.0.2",
8685
"envify": "^4.1.0",

renderer/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ ipcLogger(event => {
1414
var entypoSprite = require('entypo').getNode()
1515
document.body.insertAdjacentElement('afterbegin', entypoSprite)
1616

17-
app.use(require('choo-log')())
1817
app.use(require('choo-devtools')())
1918

2019
app.use(require('./stores/config'))

0 commit comments

Comments
 (0)