From f1a890de8d738a891b112514f7ba604b5935bc0f Mon Sep 17 00:00:00 2001 From: Nicolas Le Goff Date: Thu, 30 May 2013 14:58:14 +0200 Subject: [PATCH] Fix jq-file-upload component version --- component.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component.json b/component.json index f986655d49..3a65abcc2d 100644 --- a/component.json +++ b/component.json @@ -17,7 +17,7 @@ "humane-js": "~3.0.6", "qunit": "~1.11.0", "mustache": "~0.7.2", - "jquery-file-upload": "~7", + "jquery-file-upload": "https://github.com/blueimp/jQuery-File-Upload/archive/75d11179fd9c248c061c8eb428782bb556c8db0a.zip", "blueimp-load-image": "latest", "requirejs" : "~2.1", "backbone-amd": "~1.0",