Skip to content

Commit e2f72ef

Browse files
authored
Merge pull request briancherne#77 from usmonster/release-1-10-1
v1.10.1
2 parents d4de07b + def56af commit e2f72ef

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

jquery.hoverIntent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* hoverIntent v1.10.0 // 2019.02.25 // jQuery v1.7.0+
2+
* hoverIntent v1.10.1 // 2019.10.05 // jQuery v1.7.0+
33
* http://briancherne.github.io/jquery-hoverIntent/
44
*
55
* You may use hoverIntent under the terms of the MIT license. Basically that

jquery.hoverIntent.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-hoverintent",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"description": "A jQuery plugin that attempts to determine the user's intent on mouseover and thus delay or prevent the accidental firing of callbacks.",
55
"keywords": [
66
"browser",
@@ -36,7 +36,7 @@
3636
"jquery": ">=1.7.0"
3737
},
3838
"devDependencies": {
39-
"uglify-js": "^3.4.9"
39+
"uglify-js": "^3.6.0"
4040
},
4141
"scripts": {
4242
"build": "uglifyjs jquery.hoverIntent.js -c --comments '/^!/' -o jquery.hoverIntent.min.js",

0 commit comments

Comments
 (0)