We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 866d401 commit 017c770Copy full SHA for 017c770
docs/package.md
@@ -232,22 +232,22 @@ digits after the first "x" are ignored.
232
"url": "MIT-LICENSE.txt"
233
},
234
{
235
- "type": "GPL",
+ "type": "GPLv2",
236
"url": "GPL-LICENSE.txt"
237
}
238
],
239
"dependencies": {
240
"jquery": "1"
241
242
- "description": "The main purpose of this plugin to animate color properties on elements using jQuery's .animate()",
+ "description": "The main purpose of this plugin is to animate color properties on elements using jQuery's .animate()",
243
"keywords": [
244
"color",
245
"animate",
246
"rgba",
247
"hsla"
248
249
"homepage": "https://github.com/jquery/jquery-color",
250
- "contributors": [
+ "maintainers": [
251
252
"name": "Corey Frang",
253
"url": "https://github.com/gnarf37"
0 commit comments