I have applied Josh's changes to master, and cherry-picked into the 3.6.x branch. I have updated 3.6.x package.json with the correct version number, and re-tagged it 3.6.0. wp8 should be good to go.
Should just be this now: coho create-archive -r wp8 -r windows --dest cordova-dist-dev/$JIRA --tag 3.6.0 @purplecabbage risingj.com On Wed, Sep 3, 2014 at 6:34 AM, Sergey Grebnov (Akvelon) < [email protected]> wrote: > Thx, Josh! Another reason of moving node_modules to bin was consistency > with Android and Windows. > > Thx! > Sergey > -----Original Message----- > From: Josh Soref [mailto:[email protected]] > Sent: Wednesday, September 3, 2014 3:21 PM > To: Cordova Dev > Subject: Re: [Vote] 3.6.0 Cadence Release (attempt 2) > > Sergey wrote: > > #2 cordova-wp8 distributed to npm has 'node_modules' folder missing so > fails to install (this is due to 'npm pack' specific logic which removed > this folder, we should move node_modules to bin, will push a fix for this > in master soon). > > No need for that, just add bundledDependencies to get package.json, see > what we did for BlackBerry. >
