Hi!
In my Meteor project I’m using the cordova-plugin-geofence as a package. Since its latest release version is 0.5.0, I added it using “meteor add cordova:cordova-plugin-geofence@0.5.0”. This works fine.
However, the plugin has some bugs which were fixed in later commits. Is there a way to update the plugin to be at HEAD (as in, to include those latest commits)?
If not, is there a right way for me to change the plugin locally and use that local version?
Many thanks!