Skip to content

Commit 8bf81d7

Browse files
pgiladmgol
authored andcommitted
Build: Update the license attribute
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
1 parent ceeaaeb commit 8bf81d7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,7 @@
2222
"bugs": {
2323
"url": "https://github.com/jquery/jquery/issues"
2424
},
25-
"licenses": [
26-
{
27-
"type": "MIT",
28-
"url": "https://github.com/jquery/jquery/blob/compat/LICENSE.txt"
29-
}
30-
],
25+
"license": "MIT",
3126
"dependencies": {},
3227
"devDependencies": {
3328
"commitplease": "2.0.0",

0 commit comments

Comments
 (0)