@unction/reducewithvaluekey
Advanced tools
Comparing version 11.2.0 to 11.2.1
{ | ||
"name": "@unction/reducewithvaluekey", | ||
"version": "11.2.0", | ||
"version": "11.2.1", | ||
"description": "Reduces over a functor, providing the reducer with the value and key", | ||
@@ -74,4 +74,4 @@ "keywords": [ | ||
], | ||
"module": "index.js", | ||
"module": "module.js", | ||
"browser": "browser.js" | ||
} |
14342