### Platforms affected none ### What does this PR do? Fixes the NPM's invalid license warning message. The `package.json` contains an invalid SPDX license expression.
**Warning Message** ``` npm WARN [email protected] license should be a valid SPDX license expression ``` **Changes** `"license": "Apache Version 2.0",` becomes `"license": "Apache-2.0",` ### What testing has been done on this change? - `npm i` [ Full content available at: https://github.com/apache/cordova-osx/pull/60 ] This message was relayed via gitbox.apache.org for [email protected]
