Tools Released!
12 May 2017
We just released a small update to our tools!
With this release, creating a new cordova app with our default template will include a package.json
file by default.
To update your cordova CLI:
npm install -g cordova@latest
Please report any issues you find at issues.cordova.io!
Changes include:
cordova-lib
- CB-12773: fixed incorrect plugin version fetching issue
- CB-12769: updated
cordova-create
dependency to 1.1.1 - CB-12757: if there's a plugin dependency in
package.json
, use that one forconfig.xml
cordova-cli
- CB-12769: Updated
cordova-lib
dependency to 7.0.1.
cordova-create
- CB-12765 default app
cordova-app-hello-world
is now treated like a template