twilio_client_phonegap
twilio_client_phonegap copied to clipboard
com.phonegap.plugins.twilioclient gets added to package.json dependencies
Every time I add the plugins or readd my platforms com.phonegap.plugins.twilioclient is added to package.json, this then makes npm install and some build processes fail. Is there some way to prevent this line from being added to the dependencies section of my package.json? It seems an npm package with this name does not exist.
Let me see what I can do with this - I think there is something I can do to make sure the plugin package matches the npm package.
i think you just need to change this line to twilio-client-phonegap-plugin https://github.com/jefflinwood/twilio_client_phonegap/blob/master/plugin.xml#L4
and maybe here as well https://github.com/jefflinwood/twilio_client_phonegap/blob/9f20983f848bcba92d1e2e48a547d50964669310/package.json#L6