chore: edit package.json license to match SPDX id

See [NPM package.json spec for licenses](https://docs.npmjs.com/files/package.json#license) and [SPDX license IDs](https://spdx.org/licenses/)

X-ref: https://github.com/apache/cordova-plugin-device/pull/48
This commit is contained in:
t1st3 2016-02-07 18:31:19 +01:00
parent 80c8e56fb0
commit bb69b79ca3

View File

@ -44,5 +44,5 @@
}
],
"author": "Apache Software Foundation",
"license": "Apache 2.0"
"license": "Apache-2.0"
}