promise.waterfall
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "promise.waterfall", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Runs an array of promises in series, each passing their results to the next promise in the array.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# promise-waterfall | ||
Runs the an array of promises in series, each passing their results to the next promise in the array. | ||
Runs an array of promises in series, each passing their results to the next promise in the array. |
2557