diff options
author | Gilad Peleg <giladp007@gmail.com> | 2015-05-19 14:05:21 +0300 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2015-06-01 19:32:51 +0200 |
commit | 8e92e1ea3c533f3be82c99bbafaaf74b5bdedecc (patch) | |
tree | 8334c93864653ff96a45614abbf0b9e09c32a1f9 /package.json | |
parent | 38a669735d08bcbd28cfb0d77eee82c67aa89eeb (diff) | |
download | jquery-8e92e1ea3c533f3be82c99bbafaaf74b5bdedecc.tar.gz jquery-8e92e1ea3c533f3be82c99bbafaaf74b5bdedecc.zip |
Build: Update the license attribute
Specifying the type and URL is deprecated:
https://docs.npmjs.com/files/package.json#license
http://npm1k.org/
Fixes gh-2331
Closes gh-2330
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/package.json b/package.json index cbda85661..5c2ea7a73 100644 --- a/package.json +++ b/package.json @@ -22,12 +22,7 @@ "bugs": { "url": "https://github.com/jquery/jquery/issues" }, - "licenses": [ - { - "type": "MIT", - "url": "https://github.com/jquery/jquery/blob/master/LICENSE.txt" - } - ], + "license": "MIT", "dependencies": {}, "devDependencies": { "commitplease": "2.0.0", |