CRM-16353/CRM-16354 - Adding DataTables and CKEditor to bower.json for improved packa...
authorJoseph Lacey <joseph@palantetech.coop>
Sat, 25 Apr 2015 16:57:23 +0000 (10:57 -0600)
committerJoseph Lacey <joseph@palantetech.coop>
Sat, 25 Apr 2015 16:57:23 +0000 (10:57 -0600)
----------------------------------------
* CRM-16353: Upgrade datatables integration to use v2 api
  https://issues.civicrm.org/jira/browse/CRM-16353
* CRM-16354: Upgrade CKeditor
  https://issues.civicrm.org/jira/browse/CRM-16354

bower.json

index 92688b2619b8b46971ba1064e6cb11b110fde3f1..94f36433ff1431c6f3e2d494da20705a8f750f47 100644 (file)
@@ -20,7 +20,9 @@
     "lodash-compat": "~3.0",
     "google-code-prettify": "~1.0",
     "select2": "colemanw/select2#stable/3.5",
-    "jquery-validation": "~1.13"
+    "jquery-validation": "~1.13",
+    "datatables": "~1.10",
+    "ckeditor": "~4.4"
   },
   "resolutions": {
     "angular": "~1.3.8"