Skip to content

Commit

Permalink
Build: Update the 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/

(cherry-picked from 8e92e1e)

Fixes gh-2331
Closes gh-2330
  • Loading branch information
pgilad authored and mgol committed Jun 1, 2015
1 parent ceeaaeb commit 8bf81d7
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 @@ -22,12 +22,7 @@
"bugs": {
"url": "https://github.com/jquery/jquery/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery/blob/compat/LICENSE.txt"
}
],
"license": "MIT",
"dependencies": {},
"devDependencies": {
"commitplease": "2.0.0",
Expand Down

0 comments on commit 8bf81d7

Please sign in to comment.