We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c39c7 commit 04d9390Copy full SHA for 04d9390
filterJSON.jquery.json
@@ -25,12 +25,8 @@
25
"homepage": "https://kapilkashyap.github.com/jquery-filter-json-plugin",
26
"docs": "https://kapilkashyap.github.com/jquery-filter-json-plugin",
27
"download": "https://github.com/kapilkashyap/jquery-filter-json-plugin",
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
- ]
+ "dependencies": {
+ "jquery": ">=1.6",
+ "JSON": "For this plugin to work in IE7 and below, you will have to include JSON2."
+ }
36
}
0 commit comments