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 1280f13 commit 1a8dfc4
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 @@ -62,10 +62,5 @@
"docco" : ">=0.6.2",
"diff" : ">=1.0.8"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/Leonidas-from-XIV/node-xml2js/master/LICENSE"
}
]
"license": "MIT"
}

0 comments on commit 1a8dfc4

Please sign in to comment.