Skip to content

Commit

Permalink
Fix #11905, correct package.json license URLs, closes gh-826.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherman authored and dmethvin committed Jun 16, 2012
1 parent 75bed12 commit 46d6804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -17,11 +17,11 @@
"licenses": [ "licenses": [
{ {
"type": "MIT", "type": "MIT",
"url": "http://jquery.com/blob/master/MIT-LICENSE.txt" "url": "http://www.opensource.org/licenses/MIT"
}, },
{ {
"type": "GPL", "type": "GPL",
"url": "http://jquery.com/blob/master/GPL-LICENSE.txt" "url": "http://www.opensource.org/licenses/GPL-2.0"
} }
], ],
"dependencies": {}, "dependencies": {},
Expand Down

0 comments on commit 46d6804

Please sign in to comment.