Skip to content

Commit cd6c751

Browse files
committed
Build: Update the licenses attribute to singular license
Specifying the type and URL is deprecated: https://docs.npmjs.com/files/package.json#license
1 parent f4331c8 commit cd6c751

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
@@ -45,12 +45,7 @@
4545
"url": "git://github.com/jquery/jquery-ui.git"
4646
},
4747
"bugs": "http://bugs.jqueryui.com/",
48-
"licenses": [
49-
{
50-
"type": "MIT",
51-
"url": "https://github.com/jquery/jquery-ui/blob/master/LICENSE.txt"
52-
}
53-
],
48+
"license": "MIT",
5449
"scripts": {
5550
"test": "grunt"
5651
},

0 commit comments

Comments
 (0)