diff --git a/package-overrides/github/BeSite/jQuery.dotdotdot@1.7.4.json b/package-overrides/github/BeSite/jQuery.dotdotdot@1.7.4.json new file mode 100644 index 0000000..59ced21 --- /dev/null +++ b/package-overrides/github/BeSite/jQuery.dotdotdot@1.7.4.json @@ -0,0 +1,13 @@ +{ + "main": "src/js/jquery.dotdotdot", + "dependencies": { + "jquery": "*" + }, + "shim": { + "src/js/jquery.dotdotdot": { + "deps": [ + "jquery" + ] + } + } +} diff --git a/package-overrides/github/vitch/jScrollPane@2.0.22.json b/package-overrides/github/vitch/jScrollPane@2.0.22.json new file mode 100644 index 0000000..0ba0a1d --- /dev/null +++ b/package-overrides/github/vitch/jScrollPane@2.0.22.json @@ -0,0 +1,15 @@ +{ + "main": "script/jquery.jscrollpane", + "dependencies": { + "jquery": "*", + "css": "*" + }, + "shim": { + "script/jquery.jscrollpane": { + "deps": [ + "jquery", + "../style/jquery.jscrollpane.css!" + ] + } + } +} diff --git a/registry.json b/registry.json index 2dbc3e2..466b7cc 100644 --- a/registry.json +++ b/registry.json @@ -233,9 +233,11 @@ "jquery-hoverIntent": "github:briancherne/jquery-hoverIntent", "jquery-pjax": "github:defunkt/jquery-pjax", "jquery.cookie": "github:carhartl/jquery-cookie", + "jquery.dotdotdot": "github:BeSite/jQuery.dotdotdot", "jquery.hammer": "github:hammerjs/jquery.hammer.js", "jquery.tipTip": "github:drewwilson/TipTip", "jquery.carouFredSel": "github:gilbitron/carouFredSel", + "jquery.jScrollPane": "github:vitch/jScrollPane", "jquery-validation": "github:jzaefferer/jquery-validation", "jquery-validation-unobtrusive": "github:aspnet/jquery-validation-unobtrusive", "js-beautify": "github:beautify-web/js-beautify",