dpa99c / cordova-check-plugins

A CLI tool to check for / manage plugin updates in Cordova/Phonegap projects.
217 stars 25 forks source link

Fix issues with plugins loaded from disk #3

Closed kriserickson closed 8 years ago

kriserickson commented 8 years ago

I have a few plugins I wrote that are loaded from disk, this was crashing getCurrentVersions. Small patch to ignore plugins it knows nothing about. BTW love this little util, I had written some scripts to do some of this, but this is so much better.

kriserickson commented 8 years ago

Whoops, got stepped on by merge....