elastic-particles
Advanced tools
Comparing version 0.0.11 to 0.0.13
@@ -111,3 +111,3 @@ 'use strict'; | ||
} | ||
if (this._size) { | ||
if (_.isInteger(this._size)) { | ||
q.size = this._size; | ||
@@ -114,0 +114,0 @@ } |
{ | ||
"name": "elastic-particles", | ||
"version": "0.0.11", | ||
"version": "0.0.13", | ||
"description": "Building blocks for Elastic queries, filters, and aggregations which can be re-used, combed, and nested.", | ||
@@ -5,0 +5,0 @@ "author": { |
39689