Skip to content

Commit eb48204

Browse files
committed
plugin.json: More syntax corrections (double quote properties).
1 parent 7ae17f9 commit eb48204

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

plugin.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"authors" : [
77
{
88
"name": "Jörn Zaefferer",
9-
email: "joern.zaefferer@gmail.com",
10-
twitter: "bassistance"
9+
"email": "joern.zaefferer@gmail.com",
10+
"twitter": "bassistance"
1111
}
1212
],
1313
"tags" : ["forms", "official"],
@@ -27,9 +27,9 @@
2727
"jquery/jquery": ["1.4.2", "1.3.2"]
2828
}
2929
"versions": [
30-
{ version: "1.7.0" },
31-
{ version: "1.6.0" },
32-
{ version: "1.6.0" },
33-
{ version: "1.5.5" }
30+
{ "version": "1.7.0" },
31+
{ "version": "1.6.0" },
32+
{ "version": "1.6.0" },
33+
{ "version": "1.5.5" }
3434
]
3535
}

0 commit comments

Comments
 (0)