Skip to content

Commit c1f96f1

Browse files
jzaeffererscottgonzalez
authored andcommitted
Build: Add jQuery as explicit dependency, with min and max range
1.7.0 is our minimum supported version, 3.x.x our maximum. Closes jquerygh-1779 Closes jquerygh-1790
1 parent 17404ce commit c1f96f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@
5050
"scripts": {
5151
"test": "grunt"
5252
},
53-
"dependencies": {},
53+
"dependencies": {
54+
"jquery": ">=1.7.0 <4.0.0"
55+
},
5456
"devDependencies": {
5557
"commitplease": "2.3.0",
5658
"grunt": "0.4.5",

0 commit comments

Comments
 (0)