Skip to content

Commit

Permalink
chore: edit package.json license to match SPDX id. This closes #46.
Browse files Browse the repository at this point in the history
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: apache/cordova-plugin-device#48
  • Loading branch information
t1st3 authored and nikhilkh committed Apr 25, 2016
1 parent 259cdb6 commit fc56eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
],
"author": "Apache Software Foundation",
"license": "Apache 2.0",
"license": "Apache-2.0",
"devDependencies": {
"jshint": "^2.6.0"
}
Expand Down

0 comments on commit fc56eb2

Please sign in to comment.