mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 03:25:13 -05:00
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
This commit is contained in:
committed by
Michał Gołębiowski
parent
38a669735d
commit
8e92e1ea3c
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user