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:
committed by
Yoshua Wuyts
parent
2dab1b593d
commit
5a6bf802ce
@@ -9,7 +9,7 @@
|
|||||||
"test": "standard && node test.js"
|
"test": "standard && node test.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"choo-devtools": "2.0.0",
|
"choo-devtools": "^2.3.3",
|
||||||
"sheetify": "^6.0.1",
|
"sheetify": "^6.0.1",
|
||||||
"todomvc-app-css": "^2.0.6",
|
"todomvc-app-css": "^2.0.6",
|
||||||
"todomvc-common": "^1.0.3"
|
"todomvc-common": "^1.0.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user