How to find plugin version on npmJS?
hi all, after closure of phonegap plugin library, have been sourcing plugins npm using npmjs. have noticed build ios failing, translates ios device not using plugins properly. in git or jenkins, plugin version number displays hash, followed number of uploads e.g #235 build version. config.xml requires proper version number i.e 1.2.3. therefore question how find version number of build has not failed android , ios? any appreciated. plugins fail include splash screen, navigator.notification.vibrate , status bar. 3 important files. a copy of config.xml has been attached below, further investigation if needed. https://devleaf.com/usershared/config.xml thanks assistance. regards, - matthew milan software developer , manager as long using core plugins, believe same versions should exist on npm well. if have node installed, can see available versions using: $ npm view cordova-plugin-device versions More discu...