Fix #11905, correct package.json license URLs, closes gh-826.

This commit is contained in:
Daniel Herman 2012-06-15 20:44:07 -04:00 committed by Dave Methvin
parent 75bed122e1
commit 46d680458b

View File

@ -17,11 +17,11 @@
"licenses": [
{
"type": "MIT",
"url": "http://jquery.com/blob/master/MIT-LICENSE.txt"
"url": "http://www.opensource.org/licenses/MIT"
},
{
"type": "GPL",
"url": "http://jquery.com/blob/master/GPL-LICENSE.txt"
"url": "http://www.opensource.org/licenses/GPL-2.0"
}
],
"dependencies": {},