Comparing version 2.0.2 to 2.0.3
@@ -70,2 +70,6 @@ var uuid = require('uuid') | ||
Giffer.prototype.plugin = function(plugin, opts) { | ||
plugin(this, opts) | ||
} | ||
Giffer.prototype.handleGif = function(url, metadata) { | ||
@@ -72,0 +76,0 @@ if(!metadata || !metadata.origin) return |
{ | ||
"name": "giffer", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "GIF download bot", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
7632
178