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 closes #79
This commit is contained in:
t1st3 2016-02-08 10:33:35 +01:00 committed by Tim Barham
parent 4bc552848f
commit 2e1ec32916

View File

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