Skip to content

Commit

Permalink
Merge pull request #77 from usmonster/release-1-10-1
Browse files Browse the repository at this point in the history
v1.10.1
  • Loading branch information
usmonster authored Oct 5, 2019
2 parents d4de07b + def56af commit e2f72ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jquery.hoverIntent.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* hoverIntent v1.10.0 // 2019.02.25 // jQuery v1.7.0+
* hoverIntent v1.10.1 // 2019.10.05 // jQuery v1.7.0+
* http://briancherne.github.io/jquery-hoverIntent/
*
* You may use hoverIntent under the terms of the MIT license. Basically that
Expand Down
4 changes: 2 additions & 2 deletions jquery.hoverIntent.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-hoverintent",
"version": "1.10.0",
"version": "1.10.1",
"description": "A jQuery plugin that attempts to determine the user's intent on mouseover and thus delay or prevent the accidental firing of callbacks.",
"keywords": [
"browser",
Expand Down Expand Up @@ -36,7 +36,7 @@
"jquery": ">=1.7.0"
},
"devDependencies": {
"uglify-js": "^3.4.9"
"uglify-js": "^3.6.0"
},
"scripts": {
"build": "uglifyjs jquery.hoverIntent.js -c --comments '/^!/' -o jquery.hoverIntent.min.js",
Expand Down

0 comments on commit e2f72ef

Please sign in to comment.