Skip to content

Commit 1eebf50

Browse files
jzaeffererscottgonzalez
authored andcommitted
Build: Update the licenses attribute to singular license
Specifying the type and URL is deprecated: https://docs.npmjs.com/files/package.json#license (cherry picked from commit cd6c751)
1 parent 4394503 commit 1eebf50

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
@@ -50,12 +50,7 @@
5050
"url": "git://github.com/jquery/jquery-ui.git"
5151
},
5252
"bugs": "http://bugs.jqueryui.com/",
53-
"licenses": [
54-
{
55-
"type": "MIT",
56-
"url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/LICENSE.txt"
57-
}
58-
],
53+
"license": "MIT",
5954
"scripts": {
6055
"test": "grunt"
6156
},

0 commit comments

Comments
 (0)