diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2014-09-01 11:02:31 -0400 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2014-09-01 11:02:31 -0400 |
commit | 3c9065e400bbf6014fbdcc1b857cf502364e2938 (patch) | |
tree | fed8bcd1d00472e7db56b1402bc0ff2bdec31045 /Gruntfile.js | |
parent | e130b6689efe0ff01800bdc92b53e95efe6ecf39 (diff) | |
parent | e797db2cd42d50149a77fa32ecc981a24a16dc8d (diff) | |
download | jQuery-Timepicker-Addon-3c9065e400bbf6014fbdcc1b857cf502364e2938.zip jQuery-Timepicker-Addon-3c9065e400bbf6014fbdcc1b857cf502364e2938.tar.gz jQuery-Timepicker-Addon-3c9065e400bbf6014fbdcc1b857cf502364e2938.tar.bz2 |
Merge branch 'dev'
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 65453e4..5431c87 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -107,8 +107,8 @@ module.exports = function(grunt) { options: { specs: 'test/*_spec.js', vendor: [ - 'http://code.jquery.com/jquery-1.10.1.min.js', - 'http://code.jquery.com/ui/1.10.3/jquery-ui.min.js', + 'http://code.jquery.com/jquery-1.11.1.min.js', + 'http://code.jquery.com/ui/1.11.1/jquery-ui.min.js', 'http://github.com/searls/jasmine-fixture/releases/1.0.5/1737/jasmine-fixture.js' ] } |