Skip to content

Commit dcdf6c2

Browse files
authored
Allow jQuery 3.x
But not 4.x
1 parent 5b23a10 commit dcdf6c2

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)