layout: post author:
name: Steve Gill
url: https://twitter.com/stevesgill
title: "Tools Released!" categories: news
We just released an update to our tools!
cordova save
command. This command isn't needed as cordova auto saves dependencies.--nofetch
flag. Now all of our dependency fetching happens via cordova-fetch
. This allowed us to drop the npm@2
dependency we were shipping with cordova. Instead, we now just use your system npm
to do all of our fetching.To update your cordova CLI:
npm install -g cordova@latest
Please report any issues you find at issues.cordova.io!
cordova save
commandlazy_load.js
, removed gitclone.js
and --nofetch
flag. This removes the need for us to include an npm dependency.package.json
updating plugins with --nosave
--nofetch
flagQ
cordova-lib
dependency to 8.0.0
package.json
repo items to github mirrors instead of apache repos site (#89)jsonDiff
has more than one different key.