aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2015-07-24 16:16:14 +0200
committerScott González <scott.gonzalez@gmail.com>2016-06-09 16:26:40 -0400
commit1eebf50aa90e66923da721553abf053ab62fb6d6 (patch)
treecdb21d9c944da3272ba9dbd5c026e31cbe359209 /package.json
parent439450327626d8472edadb857cf0c71aca36b8a5 (diff)
downloadjquery-ui-1eebf50aa90e66923da721553abf053ab62fb6d6.tar.gz
jquery-ui-1eebf50aa90e66923da721553abf053ab62fb6d6.zip
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 cd6c751b88313ac1fa2e0fb46d7668ca6ce0f4b1)
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 1 insertions, 6 deletions
diff --git a/package.json b/package.json
index 9ee9214d6..729a955c5 100644
--- a/package.json
+++ b/package.json
@@ -50,12 +50,7 @@
"url": "git://github.com/jquery/jquery-ui.git"
},
"bugs": "http://bugs.jqueryui.com/",
- "licenses": [
- {
- "type": "MIT",
- "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/LICENSE.txt"
- }
- ],
+ "license": "MIT",
"scripts": {
"test": "grunt"
},