ttag-org / ttag-po-loader

Webpack loader for .po files for ttag
MIT License
1 stars 2 forks source link

Should ttag-cli be a dep or a peer dep? #1

Closed dimaqq closed 3 years ago

dimaqq commented 3 years ago

https://github.com/ttag-org/ttag-po-loader/blob/253ea75c60e6c75887a17b82a3e85176f2b48578/index.js#L1-L2

this code uses bits of ttag-cli so it should be some kind of dep, the question is if it should be a proper dep or a peer dep.

I think that ttag-cli would likely be also used by the project, in which case perhaps this loader should allow almost any version, right?