From 48569258b021f8a26050994ab1167b2bf6374745 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20Go=C5=9Bci=C5=84ski?= Date: Tue, 17 Feb 2015 13:51:18 +0100 Subject: [PATCH] Added jquery-autosize --- .../github/jackmoore/autosize@1.18.17.json | 11 +++++++++++ registry.json | 1 + 2 files changed, 12 insertions(+) create mode 100644 package-overrides/github/jackmoore/autosize@1.18.17.json diff --git a/package-overrides/github/jackmoore/autosize@1.18.17.json b/package-overrides/github/jackmoore/autosize@1.18.17.json new file mode 100644 index 0000000..8346973 --- /dev/null +++ b/package-overrides/github/jackmoore/autosize@1.18.17.json @@ -0,0 +1,11 @@ +{ + "format": "global", + "dependencies": { + "jquery": "*" + }, + "shim": { + "jquery.autosize": { + "deps": "jquery" + } + } +} diff --git a/registry.json b/registry.json index ec72d2a..3fdedd8 100644 --- a/registry.json +++ b/registry.json @@ -127,6 +127,7 @@ "jiff": "github:cujojs/jiff", "joi": "github:capaj/joi-browser", "jquery": "github:components/jquery", + "jquery-autosize": "github:jackmoore/autosize", "jquery-file-upload": "github:blueimp/jQuery-File-Upload", "jquery-hoverIntent": "github:briancherne/jquery-hoverIntent", "jquery-pjax": "github:defunkt/jquery-pjax",