Comparing version 0.1.13 to 0.1.14
@@ -24,2 +24,3 @@ "use strict"; | ||
} | ||
res.length = pos; | ||
return res; | ||
@@ -26,0 +27,0 @@ } |
@@ -24,3 +24,4 @@ import { Projector } from './types'; | ||
} | ||
res.length = pos; | ||
return res; | ||
} |
{ | ||
"name": "arrayq", | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"description": "Array query methods for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "es6/prototype.js", |
Sorry, the diff of this file is not supported yet
170033
4756