Comparing version 1.0.0 to 1.0.1
@@ -154,6 +154,6 @@ 'use strict'; | ||
var self = this; | ||
module.exports = function(input, fn) { | ||
self.apply(input, fn); | ||
module.exports = function(input, output, fn) { | ||
self.apply(input, output, fn); | ||
} | ||
return this; | ||
return self; | ||
}; | ||
@@ -160,0 +160,0 @@ |
{ | ||
"name": "datamodel", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "Nicolas Thouvenin <nthouvenin@gmail.com>", | ||
@@ -5,0 +5,0 @@ "contributors": [], |
15889