From 614eebef78834ea92cc6357f45114aa8c2b2ec66 Mon Sep 17 00:00:00 2001 From: Evgeniy Poturaev Date: Fri, 21 Aug 2015 16:12:05 +0300 Subject: [PATCH 1/2] Added jquery.carouFredSel and overrides --- package-overrides/github/gilbitron/carouFredSel@6.2.1.js | 8 ++++++++ registry.json | 1 + 2 files changed, 9 insertions(+) create mode 100644 package-overrides/github/gilbitron/carouFredSel@6.2.1.js diff --git a/package-overrides/github/gilbitron/carouFredSel@6.2.1.js b/package-overrides/github/gilbitron/carouFredSel@6.2.1.js new file mode 100644 index 0000000..25af3a5 --- /dev/null +++ b/package-overrides/github/gilbitron/carouFredSel@6.2.1.js @@ -0,0 +1,8 @@ +{ + "main": "jquery.carouFredSel*", + "shim": { + "jquery.carouFredSel*": { + "deps": ["jquery"] + } + } +} diff --git a/registry.json b/registry.json index ad9034a..8c04d98 100644 --- a/registry.json +++ b/registry.json @@ -226,6 +226,7 @@ "jquery.cookie": "github:carhartl/jquery-cookie", "jquery.hammer": "github:hammerjs/jquery.hammer.js", "jquery.tipTip": "github:drewwilson/TipTip", + "jquery.carouFredSel": "github:gilbitron/carouFredSel", "jquery-validation": "github:jzaefferer/jquery-validation", "jquery-validation-unobtrusive": "github:aspnet/jquery-validation-unobtrusive", "js-beautify": "github:beautify-web/js-beautify", From b25b09e88d79b50c55fef2f88cf19fd6bbe5c4c6 Mon Sep 17 00:00:00 2001 From: Evgeniy Poturaev Date: Fri, 21 Aug 2015 16:17:52 +0300 Subject: [PATCH 2/2] ext fix --- .../gilbitron/{carouFredSel@6.2.1.js => carouFredSel@6.2.1.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename package-overrides/github/gilbitron/{carouFredSel@6.2.1.js => carouFredSel@6.2.1.json} (100%) diff --git a/package-overrides/github/gilbitron/carouFredSel@6.2.1.js b/package-overrides/github/gilbitron/carouFredSel@6.2.1.json similarity index 100% rename from package-overrides/github/gilbitron/carouFredSel@6.2.1.js rename to package-overrides/github/gilbitron/carouFredSel@6.2.1.json