Skip to content

Commit 7771f1b

Browse files
authored
Merge pull request #262 from hypermodules/choo-tools
Update choo-devtools
2 parents ec93f0e + 77bd6b0 commit 7771f1b

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 0.5.4 - 2017-11-10
6+
* Update choo devtools
7+
* Remove choo log
8+
* Fix header update function
9+
510
## 0.5.3 - 2017-11-09
611
* Added this here changelog
712
* Fix some state transfer bugs

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)