Skip to content

Commit

Permalink
Updated jQuery test versions to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jakerella committed Dec 28, 2016
1 parent 0050fa7 commit debeeaa
Show file tree
Hide file tree
Showing 6 changed files with 316 additions and 170 deletions.
10 changes: 5 additions & 5 deletions Gruntfile.js
Expand Up @@ -83,7 +83,7 @@ module.exports = function(grunt) {
'2.1.4',
'2.2.4',
'3.0.0',
'3.1.0'
'3.1.1'
]
},
requirejs: {
Expand All @@ -98,22 +98,22 @@ module.exports = function(grunt) {
'2.1.4',
'2.2.4',
'3.0.0',
'3.1.0'
'3.1.1'
]
},
latestInBranch: {
jQueryVersions: [
'1.12.4',
'2.2.4',
'3.1.0'
'3.1.1'
]
},
oldestAndLatest: {
jQueryVersions: [
'1.5.2',
'1.12.4',
'2.1.4',
'3.1.0'
'3.1.1'
]
},
edge: {
Expand All @@ -134,7 +134,7 @@ module.exports = function(grunt) {
'2.1.4',
'2.2.4',
'3.0.0',
'3.1.0'
'3.1.1'
]
},
browserify: {
Expand Down

0 comments on commit debeeaa

Please sign in to comment.