array-mapcat
Advanced tools
Comparing version 0.1.4 to 0.1.5
# Change Log | ||
All notable changes to this project will be documented in this file (keepachangelog.com). | ||
## 0.1.5 - 2016-03-01 | ||
### Fixed | ||
- Update outdated dependencies. | ||
## 0.1.4 - 2016-01-13 | ||
@@ -5,0 +9,0 @@ ### Added |
{ | ||
"name": "array-mapcat", | ||
"description": "Curried function deriving new array values by applying provided function to each item/index of provided array then applying `concat` to the results. Fast and compatible with modern or old browsers.", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"author": "Wil Moore III <wil.moore@wilmoore.com>", | ||
@@ -11,11 +11,11 @@ "bugs": { | ||
"arraymap": "^0.1.2", | ||
"curry2": "^0.1.0" | ||
"curry2": "^1.0.3" | ||
}, | ||
"devDependencies": { | ||
"dependency-check": "^2.4.0", | ||
"fixpack": "^2.2.0", | ||
"istanbul": "^0.3.13", | ||
"nodemon": "^1.3.7", | ||
"standard": "^3.7.1", | ||
"tap-spec": "^2.2.2", | ||
"fixpack": "^2.3.0", | ||
"istanbul": "^0.4.2", | ||
"nodemon": "^1.9.1", | ||
"standard": "^6.0.7", | ||
"tap-spec": "^4.1.1", | ||
"tape": "^4.0.0", | ||
@@ -22,0 +22,0 @@ "tape-catch": "^1.0.4" |
7242
+ Addedcurry2@1.0.3(transitive)
+ Addedfast-bind@1.0.0(transitive)
Updatedcurry2@^1.0.3