Skip to content

Commit

Permalink
Merge pull request #21 from Locutus83/master
Browse files Browse the repository at this point in the history
Allow jQuery 3.x
  • Loading branch information
HTMLGuyLLC authored Apr 9, 2019
2 parents 5b23a10 + dcdf6c2 commit f0442b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"homepage": "https://htmlguyllc.github.io/jTimeout/",
"private": false,
"dependencies": {
"jquery": "^1.7.1"
"jquery": ">=1.7.1 <4.0.0"
},
"license":{
"type": "MIT",
"url": "https://www.opensource.org/licenses/mit-license.php"
}
}
}

0 comments on commit f0442b2

Please sign in to comment.