Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "it-filter", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Filters the passed iterable by using the filter function", | ||
@@ -23,16 +23,8 @@ "main": "index.js", | ||
"ava": "^3.12.1", | ||
"it-all": "^1.0.4", | ||
"it-all": "^1.0.5", | ||
"nyc": "^15.1.0", | ||
"standard": "^14.3.1", | ||
"standard": "^16.0.3", | ||
"typescript": "^4.0.2" | ||
}, | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
".", | ||
"dist/*" | ||
] | ||
} | ||
}, | ||
"gitHead": "c3b92107f44c99ccbf3299827db45beaf2405c24" | ||
"types": "dist/index.d.ts" | ||
} |
3276