Showing with 3 additions and 3 deletions.
  1. +3 −3 Gruntfile.js
@@ -34,17 +34,17 @@ module.exports = function(grunt) {
tests: {
"jquery-1": [
"dev+1.x-git",
"dev+1.11.2",
"dev+1.11.3",
"dev+1.10.2",
"dev+1.9.1",
"dev+1.8.3",
"dev+1.7.2",
"dev+1.6.4"
],
jquery: [
"jquery-2": [
"dev+2.x-git",
"min+2.x-git.min",
"dev+2.1.3",
"dev+2.1.4",
"dev+2.0.3"
]
},