Skip to content

Commit

Permalink
Merge pull request #78 from anko/update-package-license-field
Browse files Browse the repository at this point in the history
Change deprecated package.json field "licenses" to "license"
  • Loading branch information
alanshaw committed Jan 10, 2016
2 parents 44bc7ac + 7ea050b commit ae4ed78
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions package.json
Expand Up @@ -19,12 +19,7 @@
],
"author": "Alan Shaw",
"homepage": "https://github.com/alanshaw/markdown-pdf",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/alanshaw/markdown-pdf/blob/master/LICENSE"
}
],
"license": "MIT",
"dependencies": {
"commander": "^2.2.0",
"duplexer": "^0.1.1",
Expand Down

0 comments on commit ae4ed78

Please sign in to comment.