Skip to content

Commit 2bb23df

Browse files
committed
Update jQuery versions in Gruntfile
1 parent 5215977 commit 2bb23df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grunt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = function(grunt) {
2222
port: 8573
2323
},
2424
qunit: {
25-
urls: ['1.4.3', '1.9.1', '2.0.0'].map(function(version) {
25+
urls: ['1.4.3', '1.10.1', '2.0.2'].map(function(version) {
2626
return 'http://localhost:<%= server.port %>/test/jquery.stellar.html?jquery=' + version;
2727
})
2828
},

0 commit comments

Comments
 (0)