Skip to content

Commit 96f3a80

Browse files
committed
Update package.json to require jquery>=1.8.2 fixes #336
1 parent cdf67f9 commit 96f3a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"license": "MIT",
1010
"peerDependencies": {
11-
"jquery": "^1.8.2"
11+
"jquery": ">=1.8.2"
1212
},
1313
"devDependencies": {
1414
"dalek-browser-chrome": "0.0.11",

0 commit comments

Comments
 (0)