Skip to content

Commit f0442b2

Browse files
authored
Merge pull request #21 from Locutus83/master
Allow jQuery 3.x
2 parents 5b23a10 + dcdf6c2 commit f0442b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"homepage": "https://htmlguyllc.github.io/jTimeout/",
1313
"private": false,
1414
"dependencies": {
15-
"jquery": "^1.7.1"
15+
"jquery": ">=1.7.1 <4.0.0"
1616
},
1717
"license":{
1818
"type": "MIT",
1919
"url": "https://www.opensource.org/licenses/mit-license.php"
2020
}
21-
}
21+
}

0 commit comments

Comments
 (0)