We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea80aec commit 4e2f47dCopy full SHA for 4e2f47d
.gitignore
@@ -0,0 +1,2 @@
1
+.DS_Store
2
+node_modules
package.json
@@ -52,14 +52,5 @@
52
"blueimp-tmpl": ">=1.0.2",
53
"blueimp-load-image": ">=1.1.4",
54
"blueimp-canvas-to-blob": ">=1.0.1"
55
- },
56
- "files": [
57
- "js/jquery.iframe-transport.js",
58
- "js/jquery.fileupload.js",
59
- "js/jquery.fileupload-ip.js",
60
- "js/jquery.fileupload-ui.js",
61
- "css/jquery.fileupload-ui.css",
62
- "img/progressbar.gif",
63
- "img/loading.gif"
64
- ]
+ }
65
}
0 commit comments