Add jquery-hoverIntent override

This commit is contained in:
Jan Peša
2015-02-10 12:27:11 +01:00
parent e58c804cbb
commit 35fcc7c3de
@@ -0,0 +1,13 @@
{
"main": "jquery.hoverIntent",
"registry": "jspm",
"dependencies": {
"jquery": "*"
},
"shim": {
"jquery.hoverIntent": {
"deps": ["jquery"],
"exports": "$"
}
}
}