anthonyshort / deku

Render interfaces using pure functions and virtual DOM
https://github.com/anthonyshort/deku/tree/master/docs
3.42k stars 131 forks source link

Fixed ES6 modules imports #312

Closed JoeLanglois closed 8 years ago

JoeLanglois commented 8 years ago

The change fixes ES6 module imports and fixes issue #310. All tests are green!

anthonyshort commented 8 years ago

Thanks @JoeLanglois! Could you rebase with master? Then I'll merge this in :)

JoeLanglois commented 8 years ago

I'll sound like a total noob but I really have no idea what you mean by that. You wish for me to git rebase my fork's master branch to your repo's master branch?

anthonyshort commented 8 years ago

Basically just pull down master into yours, then push back up :) It's out of sync with master at the moment.