Wanted to ping about the 3.6.0 thread. Are all the open issues taken care of? Is there something we can help on?
-----Original Message----- From: Josh Soref [mailto:[email protected]] Sent: Tuesday, August 19, 2014 1:11 PM To: [email protected] Subject: Re: [Discuss] 3.6.0 Release Mark Koudritsky wrote: >npm info cordova-blackberry10 --- 404 >npm info cordova-blackberry --- OK > >cli is looking for blackberry10 as npm name but it's blckberry. >I think the altplatform: 'blackberry' in platforms.js can solve this. Nope, that's for the internal directory name, not the external package name. https://github.com/apache/cordova-lib/pull/75 Would address this, except that the 3.5 package doesn't include its dependencies… so the pull request includes code to handle that too.
