Fix TodoMVC example (#618)

In choo-devtools@2.0.0 there were some conflicting methods.
On https://github.com/choojs/choo-devtools/blob/v2.0.0/index.js#L37
`window.choo.log` was set, which was a getter defined in
https://github.com/choojs/choo-devtools/blob/v2.0.0/lib/log.js#L21

This basically broke the whole app.
This commit is contained in:
Marc Bachmann
2018-01-15 20:06:59 +01:00
committed by Yoshua Wuyts
parent 2dab1b593d
commit 5a6bf802ce
+1 -1
View File
@@ -9,7 +9,7 @@
"test": "standard && node test.js"
},
"dependencies": {
"choo-devtools": "2.0.0",
"choo-devtools": "^2.3.3",
"sheetify": "^6.0.1",
"todomvc-app-css": "^2.0.6",
"todomvc-common": "^1.0.3"