Skip to content

Commit

Permalink
chore(package.json): Remove the deprecated licenses field
Browse files Browse the repository at this point in the history
The "licenses" field is deprecated in favor of the "license" field... which
we already have specified.
  • Loading branch information
mgol committed Aug 5, 2016
1 parent 8c00386 commit 517b9bd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,6 @@
"stringmap": "^0.2.2",
"strip-json-comments": "^2.0.1"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/angular/angular.js/blob/master/LICENSE"
}
],
"dependencies": {},
"config": {
"commitizen": {
Expand Down

0 comments on commit 517b9bd

Please sign in to comment.