File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " simple-uploader" ,
3- "version" : " 2.0.0 " ,
3+ "version" : " 2.0.3 " ,
44 "homepage" : " https://github.com/mycolorway/simple-uploader" ,
55 "authors" : [
66 " farthinker <farthinker@gmail.com>"
Original file line number Diff line number Diff line change @@ -259,8 +259,10 @@ uploader = function(opts) {
259259 return new Uploader ( opts ) ;
260260} ;
261261
262+
262263return uploader ;
263264
265+
264266} ) ) ;
265267
266268
Original file line number Diff line number Diff line change 11{
22 "name" : " simple-uploader" ,
3- "version" : " 2.0.0 " ,
3+ "version" : " 2.0.3 " ,
44 "description" : " A HTML5 upload component without UI" ,
5+ "keywords" : " upload" ,
56 "repository" : {
67 "type" : " git" ,
78 "url" : " git@github.com:mycolorway/simple-uploader.git"
1112 "bugs" : {
1213 "url" : " https://github.com/mycolorway/simple-uploader/issues"
1314 },
15+ "main" : " lib/uploader.js" ,
1416 "homepage" : " https://github.com/mycolorway/simple-uploader" ,
17+ "dependencies" : {
18+ "jquery" : " 2.x" ,
19+ "simple-module" : " 2.x"
20+ },
1521 "devDependencies" : {
1622 "grunt" : " ~0.4.5" ,
1723 "grunt-contrib-watch" : " 0.x" ,
You can’t perform that action at this time.
0 commit comments