Skip to content

Commit 017c770

Browse files
committed
Updated sample package.json.
1 parent 866d401 commit 017c770

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/package.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -232,22 +232,22 @@ digits after the first "x" are ignored.
232232
"url": "MIT-LICENSE.txt"
233233
},
234234
{
235-
"type": "GPL",
235+
"type": "GPLv2",
236236
"url": "GPL-LICENSE.txt"
237237
}
238238
],
239239
"dependencies": {
240240
"jquery": "1"
241241
},
242-
"description": "The main purpose of this plugin to animate color properties on elements using jQuery's .animate()",
242+
"description": "The main purpose of this plugin is to animate color properties on elements using jQuery's .animate()",
243243
"keywords": [
244244
"color",
245245
"animate",
246246
"rgba",
247247
"hsla"
248248
],
249249
"homepage": "https://github.com/jquery/jquery-color",
250-
"contributors": [
250+
"maintainers": [
251251
{
252252
"name": "Corey Frang",
253253
"url": "https://github.com/gnarf37"

0 commit comments

Comments
 (0)