paf31 / purescript-thermite

A simple PureScript wrapper for React
MIT License
350 stars 55 forks source link

corrected dependencies typo #88

Closed jkbits1 closed 7 years ago

jkbits1 commented 7 years ago

Thanks for all your work on this repo. The typo in package.json prevents the react and react-dom packages from installing, which prevents the sample app from working.

This PR fixes the installation dependencies. It might be worth adding an npm install step to the Building section of the Readme file. btw, npm test doesn't work right now. I can create PRs for those issues if it's helpful

paf31 commented 7 years ago

Oops, thanks!

jkbits1 commented 7 years ago

You're welcome!