Skip to content

Commit

Permalink
Bumped v1.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Sep 4, 2016
1 parent 5965905 commit 04a3326
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions lib/filterstream.js
Expand Up @@ -59,10 +59,6 @@ function FilterStream(options) {

var that = this;

this.once('pipe', function(source) {
that.source = source;
});

this.filter = options.filter;
this.offset = options.offset;

Expand All @@ -81,7 +77,6 @@ FilterStream.prototype._transform = filterOneArgument;

FilterStream.prototype.destroy = function() {
if (!this._destroyed) {
this.source.destroy();
this.push(null);
}
this._destroyed = true;
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "levelgraph",
"version": "1.3.0",
"version": "1.3.1",
"description": "A graph database for Node.js and the browser built on top of LevelUp",
"main": "lib/levelgraph.js",
"scripts": {
Expand Down

0 comments on commit 04a3326

Please sign in to comment.