Hi All, I've added the bits needed to download platform files from npm when doing cordova platform add Currently this is hidden behind a --usenpm flag e.g: cordova --usenpm platform add ios Some testing would highly appreciated before we switch to npm as the default place to download the platform files from.
The links changes in cordova-lib <https://github.com/apache/cordova-lib/commit/55810360fe660276a1ab0d04382da633f9cf1290> and cordova-cli <https://github.com/apache/cordova-cli/commit/57179d61d0c35e32c808198d184d0d515fbb0c28> Some of the platforms on npm: https://www.npmjs.org/package/cordova-android https://www.npmjs.org/package/cordova-ios https://www.npmjs.org/package/cordova-blackberry
