ramda-fantasy
Advanced tools
Comparing version 0.6.0 to 0.6.1
{ | ||
"name": "ramda-fantasy", | ||
"description": "Fantasy Land compatible types for easy integration with Ramda", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"authors": [ | ||
@@ -32,3 +32,3 @@ { | ||
"dependencies": { | ||
"ramda": ">=0.15.0 <=0.21.x" | ||
"ramda": ">=0.15.0 <=0.22.x" | ||
}, | ||
@@ -35,0 +35,0 @@ "devDependencies": { |
@@ -128,3 +128,3 @@ # Future | ||
``` | ||
If this `Future` instance is rejected, the provided function is be called with | ||
If this `Future` instance is rejected, the provided function will be called with | ||
the rejected value, where a new `Future` instance must be returned. This can | ||
@@ -131,0 +131,0 @@ be used to recover from a rejected `Future` instance. If this `Future` instance |
@@ -16,3 +16,3 @@ { | ||
"description": "Fantasy Land compatible types for easy integration with Ramda", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"homepage": "https://www.github.com/ramda/ramda-fantasy", | ||
@@ -34,3 +34,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"ramda": ">=0.15.0 <=0.21.x" | ||
"ramda": ">=0.15.0" | ||
}, | ||
@@ -37,0 +37,0 @@ "devDependencies": { |
92303
+ Addedramda@0.30.1(transitive)
- Removedramda@0.21.0(transitive)
Updatedramda@>=0.15.0