@unction/reducevalues
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "@unction/reducevalues", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "A curried reduce", | ||
@@ -31,4 +31,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@unction/reducewithvaluekey": "^2.0.3" | ||
"@unction/reducewithvaluekey": "^2.0.4" | ||
} | ||
} |
# @unction/reduceValues | ||
![Version][BADGE_VERSION] | ||
![Tests][BADGE_TRAVIS] | ||
@@ -29,4 +29,4 @@ ![Stability][BADGE_STABILITY] | ||
[BADGE_TRAVIS]: https://img.shields.io/travis/krainboltgreene/unction.js.svg?maxAge=2592000&style=flat-square | ||
[BADGE_VERSION]: https://img.shields.io/npm/v/@unction/reducevalues.svg?maxAge=2592000&style=flat-square | ||
[BADGE_STABILITY]: https://img.shields.io/badge/stability-strong-green.svg?maxAge=2592000&style=flat-square | ||
[BADGE_DEPENDENCY]: https://img.shields.io/david/krainboltgreene/unction.js.svg?maxAge=2592000&style=flat-square |
4100