1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-03-15 16:29:16 +01:00

Fix: Make was building invalid JSON files for the component.json file

This commit is contained in:
Allan Jardine 2012-10-28 16:35:57 +00:00
parent eafd70f53a
commit e7e0fb83f0

View File

@ -149,7 +149,7 @@ cat <<EOF > component.json
"version": "${VERSION}",
"main": [
"./media/js/jquery.dataTables.js",
"./media/css/jquery.dataTables.css",
"./media/css/jquery.dataTables.css"
],
"dependencies": {
"jquery": "~1.8.0"