roman01la / html-to-react-components

Converts HTML pages into React components
https://roman01la.github.io/html-to-react-components/
MIT License
2.13k stars 136 forks source link

bug fixed removed backtick #11

Closed cubeddu closed 8 years ago

cubeddu commented 8 years ago

I got an error when I ran the cli command "the backtick " was the issue add backards compatibility

roman01la commented 8 years ago

It is ES2015 template literals. Your change makes sense for older Node versions. Thanks!