Skip to content

Commit 6e3bce9

Browse files
committed
Extend jQuery dependency to <4.0
1 parent 25985dc commit 6e3bce9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"microformat"
1818
],
1919
"require": {
20-
"components/jquery": ">=1.5.0 <3.4"
20+
"components/jquery": ">=1.5.0 <4.0"
2121
},
2222
"extra": {
2323
"component": {

jquery.timeago.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @name timeago
66
* @version 1.6.6
7-
* @requires jQuery >=1.5.0 <3.4
7+
* @requires jQuery >=1.5.0 <4.0
88
* @author Ryan McGeary
99
* @license MIT License - http://www.opensource.org/licenses/mit-license.php
1010
*

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"dependencies": {
17-
"jquery": ">=1.5.0 <3.4"
17+
"jquery": ">=1.5.0 <4.0"
1818
},
1919
"description": "jQuery plugin that makes it easy to support automatically updating fuzzy timestamps (e.g. \"4 minutes ago\" or \"about 1 day ago\").",
2020
"keywords": [

timeago.jquery.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"dependencies": {
17-
"jquery": ">=1.5.0 <3.4"
17+
"jquery": ">=1.5.0 <4.0"
1818
},
1919
"description": "jQuery plugin that makes it easy to support automatically updating fuzzy timestamps (e.g. \"4 minutes ago\" or \"about 1 day ago\").",
2020
"keywords": [

0 commit comments

Comments
 (0)