1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-12-01 13:24:10 +01:00

Updated component.json to add the folder media/unit_testing to the 'ignore' key

This commit is contained in:
Christian 2013-06-27 18:27:29 +02:00
parent a3b90fd0cc
commit be50e446cd

View File

@ -7,5 +7,8 @@
],
"dependencies": {
"jquery": "~1.8.0"
}
},
"ignore": [
"media/unit_testing/*"
]
}