When I'm specifying a cordova plugin to use, it automatically chooses npm. How can I specify that it chooses pgb instead for the library?
"cordova-plugins": "com.cordova.plugins.sms",
for example is hosted at pgb but it defaults to npm. So I need to manually change the config file after every export. Ashley or anyone. How can I specify the library.
Any advice is greatly appreciated.