From 35fcc7c3dedd292485944be674e8dd967a9610c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Pe=C5=A1a?= Date: Tue, 10 Feb 2015 12:27:11 +0100 Subject: [PATCH 1/2] Add jquery-hoverIntent override --- .../briancherne/jquery-hoverIntent@1.8.1.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package-overrides/github/briancherne/jquery-hoverIntent@1.8.1.json diff --git a/package-overrides/github/briancherne/jquery-hoverIntent@1.8.1.json b/package-overrides/github/briancherne/jquery-hoverIntent@1.8.1.json new file mode 100644 index 0000000..d95810b --- /dev/null +++ b/package-overrides/github/briancherne/jquery-hoverIntent@1.8.1.json @@ -0,0 +1,13 @@ +{ + "main": "jquery.hoverIntent", + "registry": "jspm", + "dependencies": { + "jquery": "*" + }, + "shim": { + "jquery.hoverIntent": { + "deps": ["jquery"], + "exports": "$" + } + } +} From a52b99f8aba30c72018e9c8bef5f89b9b619c6ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Pe=C5=A1a?= Date: Tue, 10 Feb 2015 12:28:13 +0100 Subject: [PATCH 2/2] Add jquery-hoverIntent registry --- registry.json | 1 + 1 file changed, 1 insertion(+) diff --git a/registry.json b/registry.json index 37e0d6b..c6533ca 100644 --- a/registry.json +++ b/registry.json @@ -121,6 +121,7 @@ "jiff": "github:cujojs/jiff", "jquery": "github:components/jquery", "jquery-file-upload": "github:blueimp/jQuery-File-Upload", + "jquery-hoverIntent": "github:briancherne/jquery-hoverIntent", "jquery-pjax": "github:defunkt/jquery-pjax", "jquery.cookie": "github:carhartl/jquery-cookie", "jquery.hammer": "github:hammerjs/jquery.hammer.js",