Compare commits

...

3 Commits
1.10.19 ... 1_9

Author SHA1 Message Date
Allan Jardine
ca12924904 Merge pull request #265 from TonyaSolaris/1_9
Updated dependencies to work with jQuery 2
2014-01-22 00:57:10 -08:00
TonyaSolaris
79238d337b Updated dependencies to work with jQuery 2 2014-01-21 16:04:36 -08:00
Allan Jardine
36ba2549ad Fix: JSON error in component.json 2012-10-26 08:11:00 +01:00
2 changed files with 3 additions and 3 deletions

4
component.json Normal file → Executable file
View File

@@ -3,9 +3,9 @@
"version": "1.9.4",
"main": [
"./media/js/jquery.dataTables.js",
"./media/css/jquery.dataTables.css",
"./media/css/jquery.dataTables.css"
],
"dependencies": {
"jquery": "~1.8.0"
"jquery": ">=1.7.0"
}
}

2
package.json Normal file → Executable file
View File

@@ -17,7 +17,7 @@
}
],
"dependencies": {
"jquery": "1.4 - 1.8"
"jquery": ">=1.7"
},
"description": "DataTables enhances HTML tables with the ability to sort, filter and page the data in the table very easily. It provides a comprehensive API and set of configuration options, allowing you to consume data from virtually any data source.",
"keywords": [