Comparing version 1.6.0 to 1.6.1
@@ -25,3 +25,3 @@ /** | ||
} | ||
if ( !reject ) { | ||
if ( reject ) { | ||
new_ary.push(item); | ||
@@ -28,0 +28,0 @@ } |
{ | ||
"name": "extes", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "A tiny library that extends native js with some handy tools", | ||
@@ -5,0 +5,0 @@ "main": "index.mjs", |
22882