-
Notifications
You must be signed in to change notification settings - Fork 252
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #72 from usmonster/release-1-10-0
v1.10.0
- Loading branch information
Showing
5 changed files
with
21 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
node_modules | ||
package-lock.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,31 @@ | ||
{ | ||
"name": "jquery-hoverintent", | ||
"version": "1.9.0", | ||
"description": "A jQuery plugin that attempts to determine the user's intent on mouseover and thus delay or prevent the accidental firing of callbacks.", | ||
"main": "jquery.hoverIntent.js", | ||
"homepage": "http://briancherne.github.io/jquery-hoverIntent/", | ||
"dependencies": { | ||
"jquery": ">=1.7.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/briancherne/jquery-hoverIntent" | ||
}, | ||
"authors": [ | ||
"Brian Cherne <[email protected]>" | ||
], | ||
"description": "A jQuery plug-in that attempts to determine the user's intent on mouseover. To delay or prevent the accidental firing of callbacks.", | ||
"main": "jquery.hoverIntent.js", | ||
"keywords": [ | ||
"browser", | ||
"delay", | ||
"events", | ||
"hover", | ||
"hoverintent", | ||
"intent", | ||
"jquery", | ||
"jquery-plugin", | ||
"mouse", | ||
"mouseenter", | ||
"mouseover", | ||
"plugin" | ||
], | ||
"license": "MIT", | ||
"dependencies": { | ||
"jquery": ">=1.7.0" | ||
} | ||
"license": "MIT" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters