Skip to content

Commit fd74b04

Browse files
committed
Document jquery dependency as <3.4
Closes #350
1 parent 2ea30c1 commit fd74b04

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ task :umd, [:files] do |t, args|
3737
}));
3838
HEREDOC
3939
end
40-
40+
4141
matches = Dir.glob(args[:files])
4242
puts "Pattern did not match any file" if matches.length == 0
4343
matches.each do |file|

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.2.3"
20+
"components/jquery": ">=1.2.3 <3.4"
2121
},
2222
"extra": {
2323
"component": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"dependencies": {
17-
"jquery": ">=1.2.3"
17+
"jquery": ">=1.2.3 <3.4"
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.2.3"
17+
"jquery": ">=1.2.3 <3.4"
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)