Skip to content

Commit

Permalink
update license attribute
Browse files Browse the repository at this point in the history
specifying the type and URL is deprecated:

https://docs.npmjs.com/files/package.json#license
http://npm1k.org/
  • Loading branch information
pgilad committed May 19, 2015
1 parent f9e5c16 commit 2f13b4f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,5 @@
"engines": {
"node": ">= 0.8.0"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/winstonjs/winston/master/LICENSE"
}
]
"license": "MIT"
}

0 comments on commit 2f13b4f

Please sign in to comment.