Comparing version 3.0.2 to 3.0.3
{ | ||
"name": "it-filter", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Filters the passed iterable by using the filter function", | ||
@@ -15,6 +15,2 @@ "author": "Alex Potsides <alex@achingbrain.net>", | ||
}, | ||
"engines": { | ||
"node": ">=16.0.0", | ||
"npm": ">=7.0.0" | ||
}, | ||
"type": "module", | ||
@@ -142,5 +138,5 @@ "types": "./dist/src/index.d.ts", | ||
"devDependencies": { | ||
"aegir": "^39.0.2", | ||
"aegir": "^40.0.11", | ||
"it-all": "^3.0.0" | ||
} | ||
} |
12525