cordova config delete calling configstore incorrectly
Bug Report
Problem
What is expected to happen?
Running cordova config delete
What does actually happen?
[mypath]\npm\node_modules\cordova\src\cli.js:139 conf.del(inputArgs[4]); ^
TypeError: conf.del is not a function
at module.exports ([mypath]\npm\node_modules\cordova\src\cli.js:139:18)
at Object.
Information
cli.js is trying to call conf.del, but the correct method is actually conf.delete
Command or Code
cordova config delete
Environment, Platform, Device
Version information
9.0.0 ([email protected])
Checklist
- [x] I searched for existing GitHub issues
- [x] I updated all Cordova tooling to most recent version
- [x] I included all the necessary information above