diff --git a/package-overrides/github/blueimp/jQuery-File-Upload@9.3.0.json b/package-overrides/github/blueimp/jQuery-File-Upload@9.3.0.json new file mode 100644 index 0000000..0bb4d32 --- /dev/null +++ b/package-overrides/github/blueimp/jQuery-File-Upload@9.3.0.json @@ -0,0 +1,13 @@ +{ + "main": "jquery.fileupload", + "directory": { + "lib": "js" + }, + "files": ["js/jquery.fileupload.js"], + "dependencyMap": { + "jquery": "jquery@2.0" + }, + "buildConfig": { + "uglify": true + } +} diff --git a/registry.json b/registry.json index 0a4e6c7..8d49b94 100644 --- a/registry.json +++ b/registry.json @@ -14,6 +14,7 @@ "d3": "github:mbostock/d3", "font-awesome": "npm:font-awesome", "jquery": "github:components/jquery", + "jquery-file-upload": "github:blueimp/jQuery-File-Upload", "kickstrap": "github:ajkochanowicz/Kickstrap", "marionette": "github:marionettejs/backbone.marionette", "tinygrowl": "github:ajkochanowicz/tinygrowl",