I'm on an older project with meteor 0.8.1.3. Does this Stripe package have compatibility with this older meteor version. If not natively, can I use mrt add ...@... syntax to install this in a compatible state?
It should still have compatibility with old meteorite installations (via mrt add stripe). At the very least, you can always download the repo and include it directly.
I'm on an older project with meteor 0.8.1.3. Does this Stripe package have compatibility with this older meteor version. If not natively, can I use
mrt add ...@...
syntax to install this in a compatible state?