Comparing version 0.8.4 to 0.8.5
@@ -43,2 +43,3 @@ /* JSONPath 0.8.0 - XPath for JSON | ||
if(!P.result) P.result = []; | ||
if(!_.isArray(P.result)) P.result = [P.result]; | ||
P.result = P.result.concat(v); | ||
@@ -45,0 +46,0 @@ } |
@@ -19,3 +19,3 @@ { | ||
], | ||
"version": "0.8.4", | ||
"version": "0.8.5", | ||
"repository": { | ||
@@ -22,0 +22,0 @@ "type": "git", |
19118
390