We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22ef6c9 commit edb6e81Copy full SHA for edb6e81
package.json
@@ -14,7 +14,7 @@
14
15
"main": "src/index.js",
16
17
- "version": "0.2.8-beta",
+ "version": "0.2.10-beta",
18
19
"repository": {
20
"type": "git",
src/upload.js
@@ -587,8 +587,9 @@ module.exports = function () {
587
}
588
};
589
590
- Upload.prototype.options = function (name, key, val) {
+ Upload.prototype.option = function (name, key, val) {
591
var options,
592
+ uploader;
593
594
name = _toCamelCase(name);
595
uploader = this.watch.uploaders[name];
0 commit comments