Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
cordova create currently takes config.xml name value and copies it over to package.json name value. It makes more sense to copy that over to a new value in package.json called displayName and copy config.xml's id field as package.json name.
The config.xml ID is lowercase and has no spaces where the config.xml name can have spaces which is invalid for package.json