ericf / express-handlebars

A Handlebars view engine for Express which doesn't suck.
BSD 3-Clause "New" or "Revised" License
2.31k stars 384 forks source link

Move handlebars to a peer dependency? #150

Open kara-ryli opened 8 years ago

kara-ryli commented 8 years ago

Given that express-handlebars allows you to pass in a Handlebars framework to use at run time, it feels odd to be installing two, potentially different, versions of Hbs when you do so, which is one of the issues in #142 (the other issue being the version lock, which is orthogonal).

Would this make sense, or is there a reason for not doing it this way?