Force plugin to use latest version of dependent cordova plugin

Hey folks,

I’m using raix’s localforage package in my app, and it uses the cordova SQLite wrapper plugin, but it’s using an outdated version of it that won’t compile (since it requires a library that’s no longer relevant for iOS). I managed to get it working by copying and pasting the code from the sqlite plugin’s Git repo, but I’d prefer to simply force the Meteor package to use the most updated version. How would I go about doing this?