Skip to content

Commit 5acafbc

Browse files
committed
Build: Followup to #206, fix jQuery dependency
Closes #229
1 parent f7c8363 commit 5acafbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"test": "grunt test",
2323
"ci": "grunt ci"
2424
},
25-
"dependencies": {
26-
"jquery": "3.0.0"
25+
"peerDependencies": {
26+
"jquery": ">=3 <4"
2727
},
2828
"devDependencies": {
2929
"chalk": "1.1.3",
@@ -39,7 +39,7 @@
3939
"grunt-jscs": "2.8.0",
4040
"grunt-npmcopy": "0.1.0",
4141
"grunt-qunit-istanbul": "0.6.0",
42-
"jquery": "2.2.4",
42+
"jquery": "3.1.1",
4343
"phantomjs-polyfill": "0.0.2",
4444
"qunitjs": "1.23.1",
4545
"testswarm": "1.1.0"

0 commit comments

Comments
 (0)