diff --git a/dist/js/query-builder.js b/dist/js/query-builder.js index f63bf7b9..58aca87e 100644 --- a/dist/js/query-builder.js +++ b/dist/js/query-builder.js @@ -8,7 +8,7 @@ // Plugins: bt-checkbox, bt-selectpicker, bt-tooltip-errors, change-filters, filter-description, invert, mongodb-support, sortable, sql-support, unique-filter (function(root, factory) { if (typeof define == 'function' && define.amd) { - define(['jquery', 'doT', 'jQuery.extendext'], factory); + define(['jquery', 'doT'], factory); } else { factory(root.jQuery, root.doT); @@ -4274,4 +4274,4 @@ QueryBuilder.regional['en'] = { }; QueryBuilder.defaults({ lang_code: 'en' }); -})); \ No newline at end of file +})); diff --git a/package.json b/package.json index ce6c6227..e95c24f8 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,7 @@ "type": "git", "url": "git://github.com/mistic100/jQuery-QueryBuilder.git" }, + "main": "./dist/js/query-builder.js", "bugs": { "url": "https://github.com/mistic100/jQuery-QueryBuilder/issues" },