Upgrade jquery-migrate to 1.2.1

This commit is contained in:
Morris Jobke 2015-06-09 09:14:42 +02:00
parent 75bd040f1c
commit 7b7b21d328
8 changed files with 545 additions and 516 deletions

View File

@ -17,6 +17,7 @@
"handlebars": "~1.3.0", "handlebars": "~1.3.0",
"jcrop": "~0.9.12", "jcrop": "~0.9.12",
"jquery": "~1.10.0", "jquery": "~1.10.0",
"jquery-migrate": "~1.2.1",
"jquery-ui": "1.10.0", "jquery-ui": "1.10.0",
"jsTimezoneDetect": "~1.0.5", "jsTimezoneDetect": "~1.0.5",
"moment": "~2.8.3", "moment": "~2.8.3",

View File

@ -1,7 +1,7 @@
{ {
"vendor": [ "vendor": [
"jquery/jquery.min.js", "jquery/jquery.min.js",
"jquery/jquery-migrate.min.js", "jquery-migrate/jquery-migrate.min.js",
"jquery-ui/ui/jquery-ui.custom.js", "jquery-ui/ui/jquery-ui.custom.js",
"underscore/underscore.js", "underscore/underscore.js",
"moment/min/moment-with-locales.js", "moment/min/moment-with-locales.js",

View File

@ -35,7 +35,7 @@ moment/scripts
# jquery # jquery
jquery/** jquery/**
!jquery/.bower.json !jquery/.bower.json
!jquery/jquery* !jquery/jquery.*
!jquery/MIT-LICENSE.txt !jquery/MIT-LICENSE.txt
# jquery-ui # jquery-ui

15
core/vendor/jquery-migrate/.bower.json vendored Normal file
View File

@ -0,0 +1,15 @@
{
"name": "jquery-migrate",
"version": "1.2.1",
"homepage": "https://github.com/appleboy/jquery-migrate",
"_release": "1.2.1",
"_resolution": {
"type": "version",
"tag": "1.2.1",
"commit": "65f37b60ae3d305efbe1e85909e14c60d524d12a"
},
"_source": "git://github.com/appleboy/jquery-migrate.git",
"_target": "~1.2.1",
"_originalSource": "jquery-migrate",
"_direct": true
}

View File

@ -0,0 +1,4 @@
{
"name" : "jquery-migrate",
"version" : "1.2.1"
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long