Skip to content

Commit 10c39c7

Browse files
committed
Update filterJSON.jquery.json
1 parent d0635ca commit 10c39c7

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

filterJSON.jquery.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"json",
77
"filter"
88
],
9-
"version": "1.0",
9+
"version": "1.0.0",
1010
"author": {
1111
"name": "Kapil Kashyap",
1212
"email" : "[email protected]"
@@ -25,8 +25,12 @@
2525
"homepage": "https://kapilkashyap.github.com/jquery-filter-json-plugin",
2626
"docs": "https://kapilkashyap.github.com/jquery-filter-json-plugin",
2727
"download": "https://github.com/kapilkashyap/jquery-filter-json-plugin",
28-
"dependencies": {
29-
"jquery": ">=1.6",
30-
"JSON2": "For this plugin to work in IE7 and below, you will have to include JSON2."
31-
}
28+
"dependencies": [
29+
{
30+
"jquery": ">=1.6"
31+
},
32+
{
33+
"JSON2": "For this plugin to work in IE7 and below, you will have to include JSON2."
34+
}
35+
]
3236
}

0 commit comments

Comments
 (0)