From 997f3fa87cabbb1e913a9aca3d794d74642b2dd1 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Tue, 7 Oct 2014 16:08:19 +0100 Subject: [PATCH] Update: bower.json updated with ignore, keywords and license --- .datatables-commit-sync | 2 +- bower.json | 18 +++++++++++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.datatables-commit-sync b/.datatables-commit-sync index 34694d78..97bc6669 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -6f9f2a2843569e44edf9a4f072ad3f2f82f803eb +53f6be3b569fa068ad227504eeac477a751b8cdd diff --git a/bower.json b/bower.json index 21a90486..c4487cc9 100644 --- a/bower.json +++ b/bower.json @@ -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" + ] }