Skip to content

Commit

Permalink
Fix TodoMVC example (#618)
Browse files Browse the repository at this point in the history
In [email protected] 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.
  • Loading branch information
marcbachmann authored and yoshuawuyts committed Jan 15, 2018
1 parent 2dab1b5 commit 5a6bf80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5a6bf80

Please sign in to comment.