willdurand / BazingaJsTranslationBundle

A pretty nice way to expose your Symfony translation messages to your client applications.
MIT License
572 stars 178 forks source link

intl-messageformat dependency missing #336

Open mcorteel-harel opened 2 years ago

mcorteel-harel commented 2 years ago

The javascript module (published here) requires the intl-messageformat library, but it isn't listed as a dependency in the package.json. As a result, when installed using yarn or npm it doesn't work unless the user adds the dependency himself (with the risk of version issues). Could you add the right dependency to the package.json?

Thanks for this great library!