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

Update: bower.json updated with ignore, keywords and license

This commit is contained in:
Allan Jardine 2014-10-07 16:08:19 +01:00
parent 0e94078ad9
commit 997f3fa87c
2 changed files with 18 additions and 2 deletions

View File

@ -1 +1 @@
6f9f2a2843569e44edf9a4f072ad3f2f82f803eb
53f6be3b569fa068ad227504eeac477a751b8cdd

View File

@ -7,5 +7,21 @@
],
"dependencies": {
"jquery": ">=1.7.0"
}
},
"license": "MIT",
"keywords": [
"jquery",
"datatables",
"table",
"javascript",
"library"
],
"ignore": [
"/.*",
"examples",
"media/unit_testing",
"composer.json",
"dataTables.jquery.json",
"package.json"
]
}