node-pluggable
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -15,3 +15,5 @@ // Generated by CoffeeScript 1.9.1 | ||
function Pluggable() { | ||
this.emit = bind(this.emit, this); | ||
this.bind = bind(this.bind, this); | ||
this.on = bind(this.on, this); | ||
this.run = bind(this.run, this); | ||
@@ -18,0 +20,0 @@ this.del = bind(this.del, this); |
{ | ||
"name": "node-pluggable", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Add your Hook more easily.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
5926
101