1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-02-18 16:54:14 +01:00

Fix component.json

Two small fixes that will prevent bower from crashing:
- use a [semver](http://semver.org/) for 'version' property
- remove syntax error in main array property
This commit is contained in:
Ramiro Rikkert 2012-10-23 09:03:21 +03:00
parent cab0c534f1
commit 8c1ab09381

View File

@ -1,9 +1,9 @@
{
"name": "DataTables",
"version": "1.10.0.dev",
"version": "1.10.0",
"main": [
"./media/js/jquery.dataTables.js",
"./media/css/jquery.dataTables.css",
"./media/css/jquery.dataTables.css"
],
"dependencies": {
"jquery": "~1.8.0"